#92CC0F
A medium, vivid green closely aligning with Yellowgreen.
About #92CC0F
Visually, #92CC0F is defined as a vivid green. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(146, 204, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 28% C, 0% M, 93% Y, and 20% K. With a hue angle of 78.4 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92CC0F
RGB146, 204, 15
HSL78.4°, 86.3%, 42.9%
CMYK28%, 0%, 93%, 20%
HSV78.4°, 92.6%, 80.0%
LAB75.7, -41.8, 73.5
XYZ33.5, 49.3, 8.2
Decimal9620495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.87:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CC0F;
}
.text-color {
color: #92CC0F;
}
.border-color {
border: 2px solid #92CC0F;
}