#A8E2A8
A light, moderate green closely aligning with Darkseagreen.
About #A8E2A8
When working with digital screens, the color #A8E2A8 is rendered by mixing light. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(168, 226, 168).
If you are designing for print, the four-color process is what matters most. The color uses 26% Cyan, 0% Magenta, 26% Yellow, and 11% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#A8E2A8
RGB168, 226, 168
HSL120.0°, 50.0%, 77.3%
CMYK26%, 0%, 26%, 11%
HSV120.0°, 25.7%, 88.6%
LAB84.8, -29.6, 22.5
XYZ50.4, 65.5, 47.0
Decimal11068072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.11:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
11.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E2A8;
}
.text-color {
color: #A8E2A8;
}
.border-color {
border: 2px solid #A8E2A8;
}