#66A824
A medium, moderate green closely aligning with Olivedrab.
About #66A824
Visually, #66A824 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Olivedrab. Its digital footprint relies on 102 parts red, 168 parts green, and 36 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 39% Cyan, 0% Magenta, 79% Yellow, and 34% 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. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66A824
RGB102, 168, 36
HSL90.0°, 64.7%, 40.0%
CMYK39%, 0%, 79%, 34%
HSV90.0°, 78.6%, 65.9%
LAB62.5, -41.8, 56.7
XYZ19.8, 31.0, 6.6
Decimal6727716
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.19:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A824;
}
.text-color {
color: #66A824;
}
.border-color {
border: 2px solid #66A824;
}