#A8E26D
A light, moderate green closely aligning with Lightgreen.
About #A8E26D
Visually, #A8E26D is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(168, 226, 109).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 26% cyan, 0% magenta, 52% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#A8E26D
RGB168, 226, 109
HSL89.7°, 66.9%, 65.7%
CMYK26%, 0%, 52%, 11%
HSV89.7°, 51.8%, 88.6%
LAB83.9, -37.6, 50.8
XYZ46.1, 63.8, 24.4
Decimal11068013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.76:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E26D;
}
.text-color {
color: #A8E26D;
}
.border-color {
border: 2px solid #A8E26D;
}