#0FBD8A
A medium, vivid green closely aligning with Mediumseagreen.
About #0FBD8A
The hex code #0FBD8A represents a beautifully specific shade of green. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 189, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 92% cyan, 0% magenta, 27% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#0FBD8A
RGB15, 189, 138
HSL162.4°, 85.3%, 40.0%
CMYK92%, 0%, 27%, 26%
HSV162.4°, 92.1%, 74.1%
LAB68.3, -51.7, 14.8
XYZ23.0, 38.3, 30.2
Decimal1031562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.67:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBD8A;
}
.text-color {
color: #0FBD8A;
}
.border-color {
border: 2px solid #0FBD8A;
}