Shades of Surfie Green #0A8478
Tints of Surfie Green #0A8478
RGB
CMYK
RGB Variations
Color information
#0A8478 (or 0x0A8478) is known color: Surfie Green. HEX triplet: 0A, 84 and 78. RGB value is (10,132,120). Sum of RGB (Red+Green+Blue) = 10+132+120=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8478 is #F57B87. Grayscale: #5E5E5E. Windows color (decimal): -16087944 or 7898122. OLE color: 7898122.
HSL color Cylindrical-coordinate representation of color #0A8478: hue angle of 174.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8478 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 132 | 120 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.48 |
| HSL | 174.1º | 0.86% | 0.28% | - |
| HSV(B) | 174.1º | 0.92% | 0.52% | - |
| XYZ | 11.77 | 17.92 | 20.61 | - |
| YUV | 94.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 120 | 0.92 | 0 | 0.09 | 0.48 | 174.1 | 0.86 | 0.28 |
| Hex | A | 84 | 78 | 5C | 0 | 9 | 30 | AE | 56 | 1C |
| Octal | 12 | 204 | 170 | 134 | 0 | 11 | 60 | 256 | 126 | 34 |
| Binary | 1010 | 10000100 | 1111000 | 1011100 | 0 | 1001 | 110000 | 10101110 | 1010110 | 11100 |
Color Harmonies of #0A8478
Complementary color
Monochromatic Colors of #0A8478
Black with #0A8478
Text Example
Text Example
White with #0A8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8478; }
p { color: rgb(10,132,120); }
H1.HeaderClassName
{
color: #0A8478;
}
.AnyTagClassName
{
color: #0A8478;
}
</style>
background-color css
<style>
a { background-color: #0A8478; }
a { background-color: rgb(10,132,120); }
div.DivClassName
{
background-color: #0A8478;
}
.BgClassName
{
background-color: #0A8478;
}
</style>
border-color css
<style>
span { border-color: #0A8478; }
span { border-color: rgb(10,132,120); }
td.TdClassName
{
border-color: #0A8478;
}
.TagClassName
{
border-color: #0A8478;
}
</style>