#AFDB8A
A light, moderate green closely aligning with Lightgreen.
About #AFDB8A
The precise color #AFDB8A is an excellent choice for modern design projects. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 175 red, 219 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. The color uses 20% Cyan, 0% Magenta, 37% Yellow, and 14% Black. With a hue angle of 92.6 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFDB8A
RGB175, 219, 138
HSL92.6°, 52.9%, 70.0%
CMYK20%, 0%, 37%, 14%
HSV92.6°, 37.0%, 85.9%
LAB82.7, -28.4, 35.3
XYZ47.6, 61.6, 33.4
Decimal11525002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.32:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB8A;
}
.text-color {
color: #AFDB8A;
}
.border-color {
border: 2px solid #AFDB8A;
}