#99B60F
A dark, vivid yellow closely aligning with Yellowgreen.
About #99B60F
Visually, #99B60F is defined as a vivid yellow. Its closest recognized web color is Yellowgreen. Its digital footprint relies on 153 parts red, 182 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 16% C, 0% M, 92% Y, and 29% K. The HSL representation is 70.4° hue, 84.8% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark 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#99B60F
RGB153, 182, 15
HSL70.4°, 84.8%, 38.6%
CMYK16%, 0%, 92%, 29%
HSV70.4°, 91.8%, 71.4%
LAB69.7, -29.0, 68.9
XYZ30.0, 40.3, 6.6
Decimal10073615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99B60F;
}
.text-color {
color: #99B60F;
}
.border-color {
border: 2px solid #99B60F;
}