#99AF8A
A light, muted green closely aligning with Darkseagreen.
About #99AF8A
When working with digital screens, the color #99AF8A is rendered by mixing light. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(153, 175, 138).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 13% C, 0% M, 21% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#99AF8A
RGB153, 175, 138
HSL95.7°, 18.8%, 61.4%
CMYK13%, 0%, 21%, 31%
HSV95.7°, 21.1%, 68.6%
LAB68.9, -14.5, 16.5
XYZ33.1, 39.3, 29.9
Decimal10071946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.37:1
Text on #FFFFFF
FAIL
8.85:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99AF8A;
}
.text-color {
color: #99AF8A;
}
.border-color {
border: 2px solid #99AF8A;
}