#AFCC92
A light, moderate green closely aligning with Darkseagreen.
About #AFCC92
At its core, #AFCC92 is a light and moderate hue. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(175, 204, 146).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 14% cyan, 0% magenta, 28% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
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#AFCC92
RGB175, 204, 146
HSL90.0°, 36.3%, 68.6%
CMYK14%, 0%, 28%, 20%
HSV90.0°, 28.4%, 80.0%
LAB78.7, -20.0, 25.8
XYZ44.5, 54.4, 35.3
Decimal11521170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.88:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCC92;
}
.text-color {
color: #AFCC92;
}
.border-color {
border: 2px solid #AFCC92;
}