#A0E20F
A medium, vivid green closely aligning with Greenyellow.
About #A0E20F
When working with digital screens, the color #A0E20F is rendered by mixing light. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(160, 226, 15).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 29% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0E20F
RGB160, 226, 15
HSL78.8°, 87.6%, 47.3%
CMYK29%, 0%, 93%, 11%
HSV78.8°, 93.4%, 88.6%
LAB82.9, -46.0, 79.6
XYZ41.8, 61.9, 10.2
Decimal10543631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.38: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: #A0E20F;
}
.text-color {
color: #A0E20F;
}
.border-color {
border: 2px solid #A0E20F;
}