Shades of Surfie Green #0A8375
Tints of Surfie Green #0A8375
RGB
CMYK
RGB Variations
Color information
#0A8375 (or 0x0A8375) is known color: Surfie Green. HEX triplet: 0A, 83 and 75. RGB value is (10,131,117). Sum of RGB (Red+Green+Blue) = 10+131+117=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8375 is #F57C8A. Grayscale: #5D5D5D. Windows color (decimal): -16088203 or 7701258. OLE color: 7701258.
HSL color Cylindrical-coordinate representation of color #0A8375: hue angle of 173.06º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8375 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 117 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.49 |
| HSL | 173.06º | 0.86% | 0.28% | - |
| HSV(B) | 173.06º | 0.92% | 0.51% | - |
| XYZ | 11.45 | 17.58 | 19.62 | - |
| YUV | 93.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 117 | 0.92 | 0 | 0.11 | 0.49 | 173.06 | 0.86 | 0.28 |
| Hex | A | 83 | 75 | 5C | 0 | B | 31 | AD | 56 | 1C |
| Octal | 12 | 203 | 165 | 134 | 0 | 13 | 61 | 255 | 126 | 34 |
| Binary | 1010 | 10000011 | 1110101 | 1011100 | 0 | 1011 | 110001 | 10101101 | 1010110 | 11100 |
Color Harmonies of #0A8375
Complementary color
Monochromatic Colors of #0A8375
Black with #0A8375
Text Example
Text Example
White with #0A8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8375; }
p { color: rgb(10,131,117); }
H1.HeaderClassName
{
color: #0A8375;
}
.AnyTagClassName
{
color: #0A8375;
}
</style>
background-color css
<style>
a { background-color: #0A8375; }
a { background-color: rgb(10,131,117); }
div.DivClassName
{
background-color: #0A8375;
}
.BgClassName
{
background-color: #0A8375;
}
</style>
border-color css
<style>
span { border-color: #0A8375; }
span { border-color: rgb(10,131,117); }
td.TdClassName
{
border-color: #0A8375;
}
.TagClassName
{
border-color: #0A8375;
}
</style>