#A0DB33
A medium, moderate green closely aligning with Yellowgreen.
About #A0DB33
The hex code #A0DB33 represents a beautifully specific shade of green. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(160, 219, 51).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 27% cyan and 0% magenta inks. With a hue angle of 81.1 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0DB33
RGB160, 219, 51
HSL81.1°, 70.0%, 52.9%
CMYK27%, 0%, 77%, 14%
HSV81.1°, 76.7%, 85.9%
LAB80.9, -41.9, 70.5
XYZ40.4, 58.4, 12.3
Decimal10541875
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.68:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DB33;
}
.text-color {
color: #A0DB33;
}
.border-color {
border: 2px solid #A0DB33;
}