#99BD8A
A light, muted green closely aligning with Darkseagreen.
About #99BD8A
Visually, #99BD8A is defined as a muted green. Its closest recognized web color is Darkseagreen. Its digital footprint relies on 153 parts red, 189 parts green, and 138 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 19% cyan and 0% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99BD8A
RGB153, 189, 138
HSL102.4°, 27.9%, 64.1%
CMYK19%, 0%, 27%, 26%
HSV102.4°, 27.0%, 74.1%
LAB72.9, -21.7, 21.9
XYZ35.9, 45.0, 30.8
Decimal10075530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
10.00:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BD8A;
}
.text-color {
color: #99BD8A;
}
.border-color {
border: 2px solid #99BD8A;
}