#99AF5F
A medium, moderate green closely aligning with Darkkhaki.
About #99AF5F
The hex code #99AF5F represents a beautifully specific shade of green. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(153, 175, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 13% cyan, 0% magenta, 46% yellow, and 31% black. The HSL representation is 76.5° hue, 33.3% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99AF5F
RGB153, 175, 95
HSL76.5°, 33.3%, 52.9%
CMYK13%, 0%, 46%, 31%
HSV76.5°, 45.7%, 68.6%
LAB68.2, -20.5, 38.3
XYZ30.5, 38.3, 16.6
Decimal10071903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.65:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99AF5F;
}
.text-color {
color: #99AF5F;
}
.border-color {
border: 2px solid #99AF5F;
}