#0FA066
A dark, vivid green closely aligning with Mediumseagreen.
About #0FA066
When working with digital screens, the color #0FA066 is rendered by mixing light. 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, 160, and 102.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 91% Cyan, 0% Magenta, 36% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FA066
RGB15, 160, 102
HSL156.0°, 82.9%, 34.3%
CMYK91%, 0%, 36%, 37%
HSV156.0°, 90.6%, 62.7%
LAB58.2, -48.8, 20.6
XYZ15.2, 26.2, 16.8
Decimal1024102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.24:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA066;
}
.text-color {
color: #0FA066;
}
.border-color {
border: 2px solid #0FA066;
}