#92AF00
A dark, vivid yellow closely aligning with Yellowgreen.
About #92AF00
At its core, #92AF00 is a dark and vivid hue. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 146 red, 175 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 17% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92AF00
RGB146, 175, 0
HSL69.9°, 100.0%, 34.3%
CMYK17%, 0%, 100%, 31%
HSV69.9°, 100.0%, 68.6%
LAB67.1, -28.8, 68.6
XYZ27.2, 36.8, 5.7
Decimal9613056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.35:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92AF00;
}
.text-color {
color: #92AF00;
}
.border-color {
border: 2px solid #92AF00;
}