#0FBD57
A medium, vivid green closely aligning with Mediumseagreen.
About #0FBD57
When working with digital screens, the color #0FBD57 is rendered by mixing light. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(15, 189, 87).
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, 54% yellow, and 26% black. With a hue angle of 144.8 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#0FBD57
RGB15, 189, 87
HSL144.8°, 85.3%, 40.0%
CMYK92%, 0%, 54%, 26%
HSV144.8°, 92.1%, 74.1%
LAB67.4, -61.6, 40.2
XYZ20.1, 37.2, 15.1
Decimal1031511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.44:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBD57;
}
.text-color {
color: #0FBD57;
}
.border-color {
border: 2px solid #0FBD57;
}