#66CC92
A light, moderate green closely aligning with Mediumseagreen.
About #66CC92
At its core, #66CC92 is a light and moderate hue. Designers often compare it to the standard color Mediumseagreen. In the RGB color space, it consists of 102 red, 204 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 50% C, 0% M, 28% Y, and 20% K. With a hue angle of 145.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66CC92
RGB102, 204, 146
HSL145.9°, 50.0%, 60.0%
CMYK50%, 0%, 28%, 20%
HSV145.9°, 50.0%, 80.0%
LAB74.9, -42.9, 20.0
XYZ32.3, 48.1, 34.8
Decimal6737042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.62:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC92;
}
.text-color {
color: #66CC92;
}
.border-color {
border: 2px solid #66CC92;
}