#92AF50
A medium, moderate green closely aligning with Olivedrab.
About #92AF50
At its core, #92AF50 is a medium and moderate hue. Its closest recognized web color is Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 175, and 80.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 17% cyan, 0% magenta, 54% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92AF50
RGB146, 175, 80
HSL78.3°, 37.3%, 50.0%
CMYK17%, 0%, 54%, 31%
HSV78.3°, 54.3%, 68.6%
LAB67.5, -24.9, 44.8
XYZ28.6, 37.4, 13.3
Decimal9613136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.47:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92AF50;
}
.text-color {
color: #92AF50;
}
.border-color {
border: 2px solid #92AF50;
}