#0FBD75
A medium, vivid green closely aligning with Mediumseagreen.
About #0FBD75
At its core, #0FBD75 is a medium and vivid hue. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(15, 189, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 92% cyan, 0% magenta, 38% yellow, and 26% black. The HSL representation is 155.2° hue, 85.3% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FBD75
RGB15, 189, 117
HSL155.2°, 85.3%, 40.0%
CMYK92%, 0%, 38%, 26%
HSV155.2°, 92.1%, 74.1%
LAB67.9, -56.3, 25.5
XYZ21.6, 37.8, 23.0
Decimal1031541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.56:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBD75;
}
.text-color {
color: #0FBD75;
}
.border-color {
border: 2px solid #0FBD75;
}