Shades of Surfie Green #0E8179
Tints of Surfie Green #0E8179
RGB
CMYK
RGB Variations
Color information
#0E8179 (or 0x0E8179) is known color: Surfie Green. HEX triplet: 0E, 81 and 79. RGB value is (14,129,121). Sum of RGB (Red+Green+Blue) = 14+129+121=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #0E8179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8179 is #F17E86. Grayscale: #5D5D5D. Windows color (decimal): -15826567 or 7962894. OLE color: 7962894.
HSL color Cylindrical-coordinate representation of color #0E8179: hue angle of 175.83º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8179 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 121 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.49 |
| HSL | 175.83º | 0.8% | 0.28% | - |
| HSV(B) | 175.83º | 0.89% | 0.51% | - |
| XYZ | 11.48 | 17.17 | 20.8 | - |
| YUV | 93.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 121 | 0.89 | 0 | 0.06 | 0.49 | 175.83 | 0.8 | 0.28 |
| Hex | E | 81 | 79 | 59 | 0 | 6 | 31 | B0 | 50 | 1C |
| Octal | 16 | 201 | 171 | 131 | 0 | 6 | 61 | 260 | 120 | 34 |
| Binary | 1110 | 10000001 | 1111001 | 1011001 | 0 | 110 | 110001 | 10110000 | 1010000 | 11100 |
Color Harmonies of #0E8179
Complementary color
Monochromatic Colors of #0E8179
Black with #0E8179
Text Example
Text Example
White with #0E8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8179; }
p { color: rgb(14,129,121); }
H1.HeaderClassName
{
color: #0E8179;
}
.AnyTagClassName
{
color: #0E8179;
}
</style>
background-color css
<style>
a { background-color: #0E8179; }
a { background-color: rgb(14,129,121); }
div.DivClassName
{
background-color: #0E8179;
}
.BgClassName
{
background-color: #0E8179;
}
</style>
border-color css
<style>
span { border-color: #0E8179; }
span { border-color: rgb(14,129,121); }
td.TdClassName
{
border-color: #0E8179;
}
.TagClassName
{
border-color: #0E8179;
}
</style>