#66AF50
A medium, moderate green closely aligning with Forestgreen.
About #66AF50
Visually, #66AF50 is defined as a moderate green. It is closely associated with the named CSS color Forestgreen. Its digital footprint relies on 102 parts red, 175 parts green, and 80 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 42% cyan and 0% magenta inks. With a hue angle of 106.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66AF50
RGB102, 175, 80
HSL106.1°, 37.3%, 50.0%
CMYK42%, 0%, 54%, 31%
HSV106.1°, 54.3%, 68.6%
LAB65.0, -41.0, 41.2
XYZ22.3, 34.1, 13.0
Decimal6729552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.81:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66AF50;
}
.text-color {
color: #66AF50;
}
.border-color {
border: 2px solid #66AF50;
}