#0FBD5F
A medium, vivid green closely aligning with Mediumseagreen.
About #0FBD5F
At its core, #0FBD5F is a medium and vivid hue. Designers often compare it to the standard color Mediumseagreen. Its digital footprint relies on 15 parts red, 189 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 92% cyan and 0% magenta inks. The HSL representation is 147.6° hue, 85.3% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#0FBD5F
RGB15, 189, 95
HSL147.6°, 85.3%, 40.0%
CMYK92%, 0%, 50%, 26%
HSV147.6°, 92.1%, 74.1%
LAB67.5, -60.3, 36.4
XYZ20.5, 37.3, 17.0
Decimal1031519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.46: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: #0FBD5F;
}
.text-color {
color: #0FBD5F;
}
.border-color {
border: 2px solid #0FBD5F;
}