#AFE2A0
A light, moderate green closely aligning with Darkseagreen.
About #AFE2A0
The hex code #AFE2A0 represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkseagreen. In the RGB color space, it consists of 175 red, 226 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 23% Cyan, 0% Magenta, 29% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFE2A0
RGB175, 226, 160
HSL106.4°, 53.2%, 75.7%
CMYK23%, 0%, 29%, 11%
HSV106.4°, 29.2%, 88.6%
LAB85.0, -28.5, 27.1
XYZ51.2, 66.0, 43.3
Decimal11526816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.21:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE2A0;
}
.text-color {
color: #AFE2A0;
}
.border-color {
border: 2px solid #AFE2A0;
}