#8ACC7C
A light, moderate green closely aligning with Lightgreen.
About #8ACC7C
The hex code #8ACC7C represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(138, 204, 124).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 32% cyan, 0% magenta, 39% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8ACC7C
RGB138, 204, 124
HSL109.5°, 44.0%, 64.3%
CMYK32%, 0%, 39%, 20%
HSV109.5°, 39.2%, 80.0%
LAB76.1, -36.2, 33.4
XYZ35.7, 50.0, 26.8
Decimal9096316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.01:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACC7C;
}
.text-color {
color: #8ACC7C;
}
.border-color {
border: 2px solid #8ACC7C;
}