#A0DB49
A medium, moderate green closely aligning with Yellowgreen.
About #A0DB49
Visually, #A0DB49 is defined as a moderate green. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 160 red, 219 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 27% C, 0% M, 67% Y, and 14% K. With a hue angle of 84.2 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#A0DB49
RGB160, 219, 73
HSL84.2°, 67.0%, 57.3%
CMYK27%, 0%, 67%, 14%
HSV84.2°, 66.7%, 85.9%
LAB81.1, -40.6, 63.1
XYZ41.0, 58.6, 15.5
Decimal10541897
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.72:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DB49;
}
.text-color {
color: #A0DB49;
}
.border-color {
border: 2px solid #A0DB49;
}