#0F7550
A dark, vivid green closely aligning with Seagreen.
About #0F7550
The hex code #0F7550 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Seagreen. Its digital footprint relies on 15 parts red, 117 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 87% C, 0% M, 32% Y, and 54% K. With a hue angle of 158.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F7550
RGB15, 117, 80
HSL158.2°, 77.3%, 25.9%
CMYK87%, 0%, 32%, 54%
HSV158.2°, 87.2%, 45.9%
LAB43.4, -36.7, 12.9
XYZ8.0, 13.4, 9.8
Decimal1013072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.71:1
Text on #FFFFFF
AA
3.68:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7550;
}
.text-color {
color: #0F7550;
}
.border-color {
border: 2px solid #0F7550;
}