#A0E200
A medium, vivid green closely aligning with Greenyellow.
About #A0E200
At its core, #A0E200 is a medium and vivid hue. Designers often compare it to the standard color Greenyellow. Its digital footprint relies on 160 parts red, 226 parts green, and 0 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 29% C, 0% M, 100% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0E200
RGB160, 226, 0
HSL77.5°, 100.0%, 44.3%
CMYK29%, 0%, 100%, 11%
HSV77.5°, 100.0%, 88.6%
LAB82.8, -46.1, 81.0
XYZ41.7, 61.9, 9.7
Decimal10543616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.37:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E200;
}
.text-color {
color: #A0E200;
}
.border-color {
border: 2px solid #A0E200;
}