#0FBD7C
A medium, vivid green closely aligning with Mediumseagreen.
About #0FBD7C
Visually, #0FBD7C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 189, and 124.
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, 34% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#0FBD7C
RGB15, 189, 124
HSL157.6°, 85.3%, 40.0%
CMYK92%, 0%, 34%, 26%
HSV157.6°, 92.1%, 74.1%
LAB68.0, -54.9, 22.0
XYZ22.0, 38.0, 25.2
Decimal1031548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.59:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBD7C;
}
.text-color {
color: #0FBD7C;
}
.border-color {
border: 2px solid #0FBD7C;
}