#99BD99
A light, muted green closely aligning with Darkseagreen.
About #99BD99
When working with digital screens, the color #99BD99 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(153, 189, 153).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 19% C, 0% M, 19% Y, and 26% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99BD99
RGB153, 189, 153
HSL120.0°, 21.4%, 67.1%
CMYK19%, 0%, 19%, 26%
HSV120.0°, 19.0%, 74.1%
LAB73.2, -19.1, 14.3
XYZ37.1, 45.5, 37.0
Decimal10075545
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.09:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BD99;
}
.text-color {
color: #99BD99;
}
.border-color {
border: 2px solid #99BD99;
}