#66A807
A dark, vivid green closely aligning with Yellowgreen.
About #66A807
Visually, #66A807 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 102 red, 168 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 39% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66A807
RGB102, 168, 7
HSL84.6°, 92.0%, 34.3%
CMYK39%, 0%, 96%, 34%
HSV84.6°, 95.8%, 65.9%
LAB62.4, -42.8, 62.9
XYZ19.5, 30.8, 5.1
Decimal6727687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A807;
}
.text-color {
color: #66A807;
}
.border-color {
border: 2px solid #66A807;
}