#AFDB92
A light, moderate green closely aligning with Darkseagreen.
About #AFDB92
The precise color #AFDB92 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(175, 219, 146).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 20% C, 0% M, 33% Y, and 14% K. With a hue angle of 96.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFDB92
RGB175, 219, 146
HSL96.2°, 50.3%, 71.6%
CMYK20%, 0%, 33%, 14%
HSV96.2°, 33.3%, 85.9%
LAB82.8, -27.3, 31.4
XYZ48.2, 61.9, 36.6
Decimal11525010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.37:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB92;
}
.text-color {
color: #AFDB92;
}
.border-color {
border: 2px solid #AFDB92;
}