#66AF2C
A medium, moderate green closely aligning with Yellowgreen.
About #66AF2C
At its core, #66AF2C is a medium and moderate hue. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(102, 175, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 42% Cyan, 0% Magenta, 75% Yellow, and 31% Black. The HSL representation is 93.4° hue, 59.8% saturation, and 42.9% lightness.
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#66AF2C
RGB102, 175, 44
HSL93.4°, 59.8%, 42.9%
CMYK42%, 0%, 75%, 31%
HSV93.4°, 74.9%, 68.6%
LAB64.7, -44.3, 56.2
XYZ21.3, 33.7, 7.8
Decimal6729516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.73:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66AF2C;
}
.text-color {
color: #66AF2C;
}
.border-color {
border: 2px solid #66AF2C;
}