#A8E275
A light, moderate green closely aligning with Lightgreen.
About #A8E275
Visually, #A8E275 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Lightgreen. In the RGB color space, it consists of 168 red, 226 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 26% C, 0% M, 48% Y, and 11% K. With a hue angle of 91.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8E275
RGB168, 226, 117
HSL91.9°, 65.3%, 67.3%
CMYK26%, 0%, 48%, 11%
HSV91.9°, 48.2%, 88.6%
LAB84.0, -36.8, 47.1
XYZ46.6, 64.0, 26.7
Decimal11068021
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.80:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E275;
}
.text-color {
color: #A8E275;
}
.border-color {
border: 2px solid #A8E275;
}