#8AE28A
A light, moderate green closely aligning with Lightgreen.
About #8AE28A
At its core, #8AE28A is a light and moderate hue. If you're using CSS, you might find it aligns closely with Lightgreen. Its digital footprint relies on 138 parts red, 226 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 39% C, 0% M, 39% Y, and 11% K. The HSL representation is 120.0° hue, 60.3% saturation, and 71.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#8AE28A
RGB138, 226, 138
HSL120.0°, 60.3%, 71.4%
CMYK39%, 0%, 39%, 11%
HSV120.0°, 38.9%, 88.6%
LAB82.7, -43.9, 34.9
XYZ42.3, 61.6, 33.7
Decimal9101962
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.33:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AE28A;
}
.text-color {
color: #8AE28A;
}
.border-color {
border: 2px solid #8AE28A;
}