#8ACC6D
A light, moderate green closely aligning with Lightgreen.
About #8ACC6D
Visually, #8ACC6D is defined as a moderate green. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 138 red, 204 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. The color uses 32% Cyan, 0% Magenta, 47% Yellow, and 20% Black. With a hue angle of 101.7 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#8ACC6D
RGB138, 204, 109
HSL101.7°, 48.2%, 61.4%
CMYK32%, 0%, 47%, 20%
HSV101.7°, 46.6%, 80.0%
LAB75.9, -38.2, 40.7
XYZ34.8, 49.7, 22.2
Decimal9096301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.94:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACC6D;
}
.text-color {
color: #8ACC6D;
}
.border-color {
border: 2px solid #8ACC6D;
}