Shades of Surfie Green #098478
Tints of Surfie Green #098478
RGB
CMYK
RGB Variations
Color information
#098478 (or 0x098478) is known color: Surfie Green. HEX triplet: 09, 84 and 78. RGB value is (9,132,120). Sum of RGB (Red+Green+Blue) = 9+132+120=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #098478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098478 is #F67B87. Grayscale: #5D5D5D. Windows color (decimal): -16153480 or 7898121. OLE color: 7898121.
HSL color Cylindrical-coordinate representation of color #098478: hue angle of 174.15º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098478 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 120 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.48 |
| HSL | 174.15º | 0.87% | 0.28% | - |
| HSV(B) | 174.15º | 0.93% | 0.52% | - |
| XYZ | 11.75 | 17.92 | 20.61 | - |
| YUV | 93.86 | 142.75 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 120 | 0.93 | 0 | 0.09 | 0.48 | 174.15 | 0.87 | 0.28 |
| Hex | 9 | 84 | 78 | 5D | 0 | 9 | 30 | AE | 57 | 1C |
| Octal | 11 | 204 | 170 | 135 | 0 | 11 | 60 | 256 | 127 | 34 |
| Binary | 1001 | 10000100 | 1111000 | 1011101 | 0 | 1001 | 110000 | 10101110 | 1010111 | 11100 |
Color Harmonies of #098478
Complementary color
Monochromatic Colors of #098478
Black with #098478
Text Example
Text Example
White with #098478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098478; }
p { color: rgb(9,132,120); }
H1.HeaderClassName
{
color: #098478;
}
.AnyTagClassName
{
color: #098478;
}
</style>
background-color css
<style>
a { background-color: #098478; }
a { background-color: rgb(9,132,120); }
div.DivClassName
{
background-color: #098478;
}
.BgClassName
{
background-color: #098478;
}
</style>
border-color css
<style>
span { border-color: #098478; }
span { border-color: rgb(9,132,120); }
td.TdClassName
{
border-color: #098478;
}
.TagClassName
{
border-color: #098478;
}
</style>