#99A875
A medium, muted green closely aligning with Darkseagreen.
About #99A875
The hex code #99A875 represents a beautifully specific shade of green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 153 red, 168 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 9% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99A875
RGB153, 168, 117
HSL77.6°, 22.7%, 55.9%
CMYK9%, 0%, 30%, 34%
HSV77.6°, 30.4%, 65.9%
LAB66.6, -14.1, 24.7
XYZ30.4, 36.1, 22.2
Decimal10070133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.21:1
Text on #000000
AAA
2.44:1
Text on #F8FAFC
FAIL
6.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99A875;
}
.text-color {
color: #99A875;
}
.border-color {
border: 2px solid #99A875;
}