Shades of Surfie Green #0A8475
Tints of Surfie Green #0A8475
RGB
CMYK
RGB Variations
Color information
#0A8475 (or 0x0A8475) is known color: Surfie Green. HEX triplet: 0A, 84 and 75. RGB value is (10,132,117). Sum of RGB (Red+Green+Blue) = 10+132+117=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8475 is #F57B8A. Grayscale: #5D5D5D. Windows color (decimal): -16087947 or 7701514. OLE color: 7701514.
HSL color Cylindrical-coordinate representation of color #0A8475: hue angle of 172.62º 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 #0A8475 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 132 | 117 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.48 |
| HSL | 172.62º | 0.86% | 0.28% | - |
| HSV(B) | 172.62º | 0.92% | 0.52% | - |
| XYZ | 11.59 | 17.85 | 19.66 | - |
| YUV | 93.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 117 | 0.92 | 0 | 0.11 | 0.48 | 172.62 | 0.86 | 0.28 |
| Hex | A | 84 | 75 | 5C | 0 | B | 30 | AD | 56 | 1C |
| Octal | 12 | 204 | 165 | 134 | 0 | 13 | 60 | 255 | 126 | 34 |
| Binary | 1010 | 10000100 | 1110101 | 1011100 | 0 | 1011 | 110000 | 10101101 | 1010110 | 11100 |
Color Harmonies of #0A8475
Complementary color
Monochromatic Colors of #0A8475
Black with #0A8475
Text Example
Text Example
White with #0A8475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8475; }
p { color: rgb(10,132,117); }
H1.HeaderClassName
{
color: #0A8475;
}
.AnyTagClassName
{
color: #0A8475;
}
</style>
background-color css
<style>
a { background-color: #0A8475; }
a { background-color: rgb(10,132,117); }
div.DivClassName
{
background-color: #0A8475;
}
.BgClassName
{
background-color: #0A8475;
}
</style>
border-color css
<style>
span { border-color: #0A8475; }
span { border-color: rgb(10,132,117); }
td.TdClassName
{
border-color: #0A8475;
}
.TagClassName
{
border-color: #0A8475;
}
</style>