#AFBD99
A light, muted green closely aligning with Darkseagreen.
About #AFBD99
Visually, #AFBD99 is defined as a muted green. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(175, 189, 153).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFBD99
RGB175, 189, 153
HSL83.3°, 21.4%, 67.1%
CMYK7%, 0%, 19%, 26%
HSV83.3°, 19.0%, 74.1%
LAB74.7, -11.3, 16.6
XYZ41.6, 47.8, 37.2
Decimal11517337
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.56:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBD99;
}
.text-color {
color: #AFBD99;
}
.border-color {
border: 2px solid #AFBD99;
}