#A0FF50
A light, vivid green closely aligning with Greenyellow.
About #A0FF50
At its core, #A0FF50 is a light and vivid hue. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(160, 255, 80).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 37% C, 0% M, 69% Y, and 0% K. The HSL representation is 92.6° hue, 100.0% saturation, and 65.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0FF50
RGB160, 255, 80
HSL92.6°, 100.0%, 65.7%
CMYK37%, 0%, 69%, 0%
HSV92.6°, 68.6%, 100.0%
LAB91.5, -55.2, 71.2
XYZ51.7, 79.6, 20.2
Decimal10551120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.91:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF50;
}
.text-color {
color: #A0FF50;
}
.border-color {
border: 2px solid #A0FF50;
}