#8ACC5F
A medium, moderate green closely aligning with Lightgreen.
About #8ACC5F
The hex code #8ACC5F represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 138 red, 204 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 32% cyan, 0% magenta, 53% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8ACC5F
RGB138, 204, 95
HSL96.3°, 51.7%, 58.6%
CMYK32%, 0%, 53%, 20%
HSV96.3°, 53.4%, 80.0%
LAB75.7, -39.9, 47.2
XYZ34.1, 49.4, 18.6
Decimal9096287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.88:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACC5F;
}
.text-color {
color: #8ACC5F;
}
.border-color {
border: 2px solid #8ACC5F;
}