Shades of Surfie Green #018178
Tints of Surfie Green #018178
RGB
CMYK
RGB Variations
Color information
#018178 (or 0x018178) is known color: Surfie Green. HEX triplet: 01, 81 and 78. RGB value is (1,129,120). Sum of RGB (Red+Green+Blue) = 1+129+120=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #018178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018178 is #FE7E87. Grayscale: #595959. Windows color (decimal): -16678536 or 7897345. OLE color: 7897345.
HSL color Cylindrical-coordinate representation of color #018178: hue angle of 175.78º 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 #018178 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 120 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.49 |
| HSL | 175.78º | 0.98% | 0.25% | - |
| HSV(B) | 175.78º | 0.99% | 0.51% | - |
| XYZ | 11.25 | 17.06 | 20.47 | - |
| YUV | 89.7 | 145.09 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 120 | 0.99 | 0 | 0.07 | 0.49 | 175.78 | 0.98 | 0.25 |
| Hex | 1 | 81 | 78 | 63 | 0 | 7 | 31 | B0 | 62 | 19 |
| Octal | 1 | 201 | 170 | 143 | 0 | 7 | 61 | 260 | 142 | 31 |
| Binary | 1 | 10000001 | 1111000 | 1100011 | 0 | 111 | 110001 | 10110000 | 1100010 | 11001 |
Color Harmonies of #018178
Complementary color
Monochromatic Colors of #018178
Black with #018178
Text Example
Text Example
White with #018178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018178; }
p { color: rgb(1,129,120); }
H1.HeaderClassName
{
color: #018178;
}
.AnyTagClassName
{
color: #018178;
}
</style>
background-color css
<style>
a { background-color: #018178; }
a { background-color: rgb(1,129,120); }
div.DivClassName
{
background-color: #018178;
}
.BgClassName
{
background-color: #018178;
}
</style>
border-color css
<style>
span { border-color: #018178; }
span { border-color: rgb(1,129,120); }
td.TdClassName
{
border-color: #018178;
}
.TagClassName
{
border-color: #018178;
}
</style>