#A0DB0F
A medium, vivid green closely aligning with Yellowgreen.
About #A0DB0F
The hex code #A0DB0F represents a beautifully specific shade of green. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(160, 219, 15).
For print applications, it's crucial to understand its CMYK makeup. The color uses 27% Cyan, 0% Magenta, 93% Yellow, and 14% Black. With a hue angle of 77.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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0DB0F
RGB160, 219, 15
HSL77.4°, 87.2%, 45.9%
CMYK27%, 0%, 93%, 14%
HSV77.4°, 93.2%, 85.9%
LAB80.8, -43.0, 78.0
XYZ39.9, 58.2, 9.6
Decimal10541839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.63:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DB0F;
}
.text-color {
color: #A0DB0F;
}
.border-color {
border: 2px solid #A0DB0F;
}