Shades of Surfie Green #0A8377
Tints of Surfie Green #0A8377
RGB
CMYK
RGB Variations
Color information
#0A8377 (or 0x0A8377) is known color: Surfie Green. HEX triplet: 0A, 83 and 77. RGB value is (10,131,119). Sum of RGB (Red+Green+Blue) = 10+131+119=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8377 is #F57C88. Grayscale: #5D5D5D. Windows color (decimal): -16088201 or 7832330. OLE color: 7832330.
HSL color Cylindrical-coordinate representation of color #0A8377: hue angle of 174.05º 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 #0A8377 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 119 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.49 |
| HSL | 174.05º | 0.86% | 0.28% | - |
| HSV(B) | 174.05º | 0.92% | 0.51% | - |
| XYZ | 11.57 | 17.63 | 20.25 | - |
| YUV | 93.45 | 142.41 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 119 | 0.92 | 0 | 0.09 | 0.49 | 174.05 | 0.86 | 0.28 |
| Hex | A | 83 | 77 | 5C | 0 | 9 | 31 | AE | 56 | 1C |
| Octal | 12 | 203 | 167 | 134 | 0 | 11 | 61 | 256 | 126 | 34 |
| Binary | 1010 | 10000011 | 1110111 | 1011100 | 0 | 1001 | 110001 | 10101110 | 1010110 | 11100 |
Color Harmonies of #0A8377
Complementary color
Monochromatic Colors of #0A8377
Black with #0A8377
Text Example
Text Example
White with #0A8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8377; }
p { color: rgb(10,131,119); }
H1.HeaderClassName
{
color: #0A8377;
}
.AnyTagClassName
{
color: #0A8377;
}
</style>
background-color css
<style>
a { background-color: #0A8377; }
a { background-color: rgb(10,131,119); }
div.DivClassName
{
background-color: #0A8377;
}
.BgClassName
{
background-color: #0A8377;
}
</style>
border-color css
<style>
span { border-color: #0A8377; }
span { border-color: rgb(10,131,119); }
td.TdClassName
{
border-color: #0A8377;
}
.TagClassName
{
border-color: #0A8377;
}
</style>