Shades of Surfie Green #0E8276
Tints of Surfie Green #0E8276
RGB
CMYK
RGB Variations
Color information
#0E8276 (or 0x0E8276) is known color: Surfie Green. HEX triplet: 0E, 82 and 76. RGB value is (14,130,118). Sum of RGB (Red+Green+Blue) = 14+130+118=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8276 is #F17D89. Grayscale: #5D5D5D. Windows color (decimal): -15826314 or 7766542. OLE color: 7766542.
HSL color Cylindrical-coordinate representation of color #0E8276: hue angle of 173.79º degrees, saturation: 0.81, 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 #0E8276 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 130 | 118 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.49 |
| HSL | 173.79º | 0.81% | 0.28% | - |
| HSV(B) | 173.79º | 0.89% | 0.51% | - |
| XYZ | 11.43 | 17.37 | 19.89 | - |
| YUV | 93.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 130 | 118 | 0.89 | 0 | 0.09 | 0.49 | 173.79 | 0.81 | 0.28 |
| Hex | E | 82 | 76 | 59 | 0 | 9 | 31 | AE | 51 | 1C |
| Octal | 16 | 202 | 166 | 131 | 0 | 11 | 61 | 256 | 121 | 34 |
| Binary | 1110 | 10000010 | 1110110 | 1011001 | 0 | 1001 | 110001 | 10101110 | 1010001 | 11100 |
Color Harmonies of #0E8276
Complementary color
Monochromatic Colors of #0E8276
Black with #0E8276
Text Example
Text Example
White with #0E8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8276; }
p { color: rgb(14,130,118); }
H1.HeaderClassName
{
color: #0E8276;
}
.AnyTagClassName
{
color: #0E8276;
}
</style>
background-color css
<style>
a { background-color: #0E8276; }
a { background-color: rgb(14,130,118); }
div.DivClassName
{
background-color: #0E8276;
}
.BgClassName
{
background-color: #0E8276;
}
</style>
border-color css
<style>
span { border-color: #0E8276; }
span { border-color: rgb(14,130,118); }
td.TdClassName
{
border-color: #0E8276;
}
.TagClassName
{
border-color: #0E8276;
}
</style>