#8ACC66
A light, moderate green closely aligning with Lightgreen.
About #8ACC66
At its core, #8ACC66 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. This translates to an RGB value of rgb(138, 204, 102).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 32% C, 0% M, 50% Y, and 20% K. With a hue angle of 98.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#8ACC66
RGB138, 204, 102
HSL98.8°, 50.0%, 60.0%
CMYK32%, 0%, 50%, 20%
HSV98.8°, 50.0%, 80.0%
LAB75.8, -39.1, 44.0
XYZ34.5, 49.5, 20.3
Decimal9096294
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.91:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACC66;
}
.text-color {
color: #8ACC66;
}
.border-color {
border: 2px solid #8ACC66;
}