#8AC56D
A light, moderate green closely aligning with Lightgreen.
About #8AC56D
Visually, #8AC56D is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 138 red, 197 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 30% C, 0% M, 45% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AC56D
RGB138, 197, 109
HSL100.2°, 43.1%, 60.0%
CMYK30%, 0%, 45%, 23%
HSV100.2°, 44.7%, 77.3%
LAB73.8, -35.0, 38.1
XYZ33.2, 46.4, 21.7
Decimal9094509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.29:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AC56D;
}
.text-color {
color: #8AC56D;
}
.border-color {
border: 2px solid #8AC56D;
}