#AFCC8A
A light, moderate green closely aligning with Darkseagreen.
About #AFCC8A
Visually, #AFCC8A is defined as a moderate green. Its closest recognized web color is Darkseagreen. Its digital footprint relies on 175 parts red, 204 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 14% cyan, 0% magenta, 32% 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFCC8A
RGB175, 204, 138
HSL86.4°, 39.3%, 67.1%
CMYK14%, 0%, 32%, 20%
HSV86.4°, 32.4%, 80.0%
LAB78.5, -21.1, 29.8
XYZ43.9, 54.1, 32.2
Decimal11521162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.83:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCC8A;
}
.text-color {
color: #AFCC8A;
}
.border-color {
border: 2px solid #AFCC8A;
}