Shades of Surfie Green #018174
Tints of Surfie Green #018174
RGB
CMYK
RGB Variations
Color information
#018174 (or 0x018174) is known color: Surfie Green. HEX triplet: 01, 81 and 74. RGB value is (1,129,116). Sum of RGB (Red+Green+Blue) = 1+129+116=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #018174 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018174 is #FE7E8B. Grayscale: #595959. Windows color (decimal): -16678540 or 7635201. OLE color: 7635201.
HSL color Cylindrical-coordinate representation of color #018174: hue angle of 173.91º 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 #018174 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 116 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.49 |
| HSL | 173.91º | 0.98% | 0.25% | - |
| HSV(B) | 173.91º | 0.99% | 0.51% | - |
| XYZ | 11.02 | 16.97 | 19.22 | - |
| YUV | 89.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 116 | 0.99 | 0 | 0.10 | 0.49 | 173.91 | 0.98 | 0.25 |
| Hex | 1 | 81 | 74 | 63 | 0 | A | 31 | AE | 62 | 19 |
| Octal | 1 | 201 | 164 | 143 | 0 | 12 | 61 | 256 | 142 | 31 |
| Binary | 1 | 10000001 | 1110100 | 1100011 | 0 | 1010 | 110001 | 10101110 | 1100010 | 11001 |
Color Harmonies of #018174
Complementary color
Monochromatic Colors of #018174
Black with #018174
Text Example
Text Example
White with #018174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018174; }
p { color: rgb(1,129,116); }
H1.HeaderClassName
{
color: #018174;
}
.AnyTagClassName
{
color: #018174;
}
</style>
background-color css
<style>
a { background-color: #018174; }
a { background-color: rgb(1,129,116); }
div.DivClassName
{
background-color: #018174;
}
.BgClassName
{
background-color: #018174;
}
</style>
border-color css
<style>
span { border-color: #018174; }
span { border-color: rgb(1,129,116); }
td.TdClassName
{
border-color: #018174;
}
.TagClassName
{
border-color: #018174;
}
</style>