#66AF1D
A medium, vivid green closely aligning with Yellowgreen.
About #66AF1D
The hex code #66AF1D represents a beautifully specific shade of green. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(102, 175, 29).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 42% Cyan, 0% Magenta, 83% Yellow, and 31% Black. With a hue angle of 90.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66AF1D
RGB102, 175, 29
HSL90.0°, 71.6%, 40.0%
CMYK42%, 0%, 83%, 31%
HSV90.0°, 83.4%, 68.6%
LAB64.6, -45.1, 60.7
XYZ21.0, 33.6, 6.5
Decimal6729501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.71:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66AF1D;
}
.text-color {
color: #66AF1D;
}
.border-color {
border: 2px solid #66AF1D;
}