#99BD75
A light, moderate green closely aligning with Darkseagreen.
About #99BD75
Visually, #99BD75 is defined as a moderate green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 153 red, 189 green, and 117 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 19% cyan, 0% magenta, 38% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99BD75
RGB153, 189, 117
HSL90.0°, 35.3%, 60.0%
CMYK19%, 0%, 38%, 26%
HSV90.0°, 38.1%, 74.1%
LAB72.5, -24.8, 32.5
XYZ34.5, 44.5, 23.6
Decimal10075509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.89:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BD75;
}
.text-color {
color: #99BD75;
}
.border-color {
border: 2px solid #99BD75;
}