#A0DB42
A medium, moderate green closely aligning with Yellowgreen.
About #A0DB42
The precise color #A0DB42 is an excellent choice for modern design projects. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(160, 219, 66).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 27% cyan, 0% magenta, 70% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0DB42
RGB160, 219, 66
HSL83.1°, 68.0%, 55.9%
CMYK27%, 0%, 70%, 14%
HSV83.1°, 69.9%, 85.9%
LAB81.0, -41.0, 65.6
XYZ40.8, 58.5, 14.3
Decimal10541890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0DB42;
}
.text-color {
color: #A0DB42;
}
.border-color {
border: 2px solid #A0DB42;
}