#AFDBAF
A light, moderate green closely aligning with Darkseagreen.
About #AFDBAF
At its core, #AFDBAF is a light and moderate hue. If you're using CSS, you might find it aligns closely with Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 219, and 175.
For print applications, it's crucial to understand its CMYK makeup. The color uses 20% Cyan, 0% Magenta, 20% Yellow, and 14% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFDBAF
RGB175, 219, 175
HSL120.0°, 37.9%, 77.3%
CMYK20%, 0%, 20%, 14%
HSV120.0°, 20.1%, 85.9%
LAB83.4, -22.7, 17.0
XYZ50.7, 62.9, 50.0
Decimal11525039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.57:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDBAF;
}
.text-color {
color: #AFDBAF;
}
.border-color {
border: 2px solid #AFDBAF;
}