#A0E2A8
A light, moderate green closely aligning with Darkseagreen.
About #A0E2A8
Visually, #A0E2A8 is defined as a moderate green. Its closest recognized web color is Darkseagreen. Its digital footprint relies on 160 parts red, 226 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 29% C, 0% M, 26% Y, and 11% K. The HSL representation is 127.3° hue, 53.2% saturation, and 75.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0E2A8
RGB160, 226, 168
HSL127.3°, 53.2%, 75.7%
CMYK29%, 0%, 26%, 11%
HSV127.3°, 29.2%, 88.6%
LAB84.3, -32.2, 21.9
XYZ48.8, 64.7, 47.0
Decimal10543784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.94:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E2A8;
}
.text-color {
color: #A0E2A8;
}
.border-color {
border: 2px solid #A0E2A8;
}