Shades of Surfie Green #018176
Tints of Surfie Green #018176
RGB
CMYK
RGB Variations
Color information
#018176 (or 0x018176) is known color: Surfie Green. HEX triplet: 01, 81 and 76. RGB value is (1,129,118). Sum of RGB (Red+Green+Blue) = 1+129+118=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #018176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018176 is #FE7E89. Grayscale: #595959. Windows color (decimal): -16678538 or 7766273. OLE color: 7766273.
HSL color Cylindrical-coordinate representation of color #018176: hue angle of 174.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018176 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 118 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.49 |
| HSL | 174.84º | 0.98% | 0.25% | - |
| HSV(B) | 174.84º | 0.99% | 0.51% | - |
| XYZ | 11.13 | 17.01 | 19.84 | - |
| YUV | 89.47 | 144.09 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 118 | 0.99 | 0 | 0.09 | 0.49 | 174.84 | 0.98 | 0.25 |
| Hex | 1 | 81 | 76 | 63 | 0 | 9 | 31 | AF | 62 | 19 |
| Octal | 1 | 201 | 166 | 143 | 0 | 11 | 61 | 257 | 142 | 31 |
| Binary | 1 | 10000001 | 1110110 | 1100011 | 0 | 1001 | 110001 | 10101111 | 1100010 | 11001 |
Color Harmonies of #018176
Complementary color
Monochromatic Colors of #018176
Black with #018176
Text Example
Text Example
White with #018176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018176; }
p { color: rgb(1,129,118); }
H1.HeaderClassName
{
color: #018176;
}
.AnyTagClassName
{
color: #018176;
}
</style>
background-color css
<style>
a { background-color: #018176; }
a { background-color: rgb(1,129,118); }
div.DivClassName
{
background-color: #018176;
}
.BgClassName
{
background-color: #018176;
}
</style>
border-color css
<style>
span { border-color: #018176; }
span { border-color: rgb(1,129,118); }
td.TdClassName
{
border-color: #018176;
}
.TagClassName
{
border-color: #018176;
}
</style>