#A0A82C
A medium, moderate yellow closely aligning with Olive.
About #A0A82C
At its core, #A0A82C is a medium and moderate hue. It is closely associated with the named CSS color Olive. Its digital footprint relies on 160 parts red, 168 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 5% cyan and 0% magenta inks. The HSL representation is 63.9° hue, 58.5% saturation, and 41.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#A0A82C
RGB160, 168, 44
HSL63.9°, 58.5%, 41.6%
CMYK5%, 0%, 74%, 34%
HSV63.9°, 73.8%, 65.9%
LAB66.3, -18.1, 59.0
XYZ29.0, 35.7, 7.7
Decimal10528812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.13:1
Text on #000000
AAA
2.47:1
Text on #F8FAFC
FAIL
6.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A0A82C;
}
.text-color {
color: #A0A82C;
}
.border-color {
border: 2px solid #A0A82C;
}