#A0E216
A medium, vivid green closely aligning with Greenyellow.
About #A0E216
Visually, #A0E216 is defined as a vivid green. It is closely associated with the named CSS color Greenyellow. This translates to an RGB value of rgb(160, 226, 22).
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. With a hue angle of 79.4 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0E216
RGB160, 226, 22
HSL79.4°, 82.3%, 48.6%
CMYK29%, 0%, 90%, 11%
HSV79.4°, 90.3%, 88.6%
LAB82.9, -45.8, 78.7
XYZ41.8, 61.9, 10.5
Decimal10543638
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.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E216;
}
.text-color {
color: #A0E216;
}
.border-color {
border: 2px solid #A0E216;
}