#A0E92C
A medium, vivid green closely aligning with Greenyellow.
About #A0E92C
When working with digital screens, the color #A0E92C is rendered by mixing light. It is closely associated with the named CSS color Greenyellow. Its digital footprint relies on 160 parts red, 233 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 31% Cyan, 0% Magenta, 81% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0E92C
RGB160, 233, 44
HSL83.2°, 81.1%, 54.3%
CMYK31%, 0%, 81%, 9%
HSV83.2°, 81.1%, 91.4%
LAB85.0, -48.1, 76.1
XYZ44.1, 65.9, 12.8
Decimal10545452
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.19:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E92C;
}
.text-color {
color: #A0E92C;
}
.border-color {
border: 2px solid #A0E92C;
}