#8AA024
A dark, moderate yellow closely aligning with Olivedrab.
About #8AA024
Visually, #8AA024 is defined as a moderate yellow. Its closest recognized web color is Olivedrab. This translates to an RGB value of rgb(138, 160, 36).
For print applications, it's crucial to understand its CMYK makeup. The color uses 14% Cyan, 0% Magenta, 78% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AA024
RGB138, 160, 36
HSL70.6°, 63.3%, 38.4%
CMYK14%, 0%, 78%, 37%
HSV70.6°, 77.5%, 62.7%
LAB62.2, -24.0, 57.3
XYZ23.4, 30.7, 6.4
Decimal9084964
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.13:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #8AA024;
}
.text-color {
color: #8AA024;
}
.border-color {
border: 2px solid #8AA024;
}