#A0FF5F
A light, vivid green closely aligning with Greenyellow.
About #A0FF5F
The hex code #A0FF5F represents a beautifully specific shade of green. Designers often compare it to the standard color Greenyellow. Its digital footprint relies on 160 parts red, 255 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 37% Cyan, 0% Magenta, 63% Yellow, and 0% Black. The HSL representation is 95.6° hue, 100.0% saturation, and 68.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0FF5F
RGB160, 255, 95
HSL95.6°, 100.0%, 68.6%
CMYK37%, 0%, 63%, 0%
HSV95.6°, 62.7%, 100.0%
LAB91.6, -54.0, 65.6
XYZ52.3, 79.8, 23.5
Decimal10551135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.96:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF5F;
}
.text-color {
color: #A0FF5F;
}
.border-color {
border: 2px solid #A0FF5F;
}