Shades of Green #0A8711
Tints of Green #0A8711
RGB
CMYK
RGB Variations
Color information
#0A8711 (or 0x0A8711) is known color: Green. HEX triplet: 0A, 87 and 11. RGB value is (10,135,17). Sum of RGB (Red+Green+Blue) = 10+135+17=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 135 (53.12% from 255 or 83.33% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8711 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8711 is #F578EE. Grayscale: #545454. Windows color (decimal): -16087279 or 1148682. OLE color: 1148682.
HSL color Cylindrical-coordinate representation of color #0A8711: hue angle of 123.36º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8711 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 17 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.47 |
| HSL | 123.36º | 0.86% | 0.28% | - |
| HSV(B) | 123.36º | 0.93% | 0.53% | - |
| XYZ | 8.89 | 17.43 | 3.43 | - |
| YUV | 84.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 17 | 0.93 | 0 | 0.87 | 0.47 | 123.36 | 0.86 | 0.28 |
| Hex | A | 87 | 11 | 5D | 0 | 57 | 2F | 7B | 56 | 1C |
| Octal | 12 | 207 | 21 | 135 | 0 | 127 | 57 | 173 | 126 | 34 |
| Binary | 1010 | 10000111 | 10001 | 1011101 | 0 | 1010111 | 101111 | 1111011 | 1010110 | 11100 |
Color Harmonies of #0A8711
Complementary color
Monochromatic Colors of #0A8711
Black with #0A8711
Text Example
Text Example
White with #0A8711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8711; }
p { color: rgb(10,135,17); }
H1.HeaderClassName
{
color: #0A8711;
}
.AnyTagClassName
{
color: #0A8711;
}
</style>
background-color css
<style>
a { background-color: #0A8711; }
a { background-color: rgb(10,135,17); }
div.DivClassName
{
background-color: #0A8711;
}
.BgClassName
{
background-color: #0A8711;
}
</style>
border-color css
<style>
span { border-color: #0A8711; }
span { border-color: rgb(10,135,17); }
td.TdClassName
{
border-color: #0A8711;
}
.TagClassName
{
border-color: #0A8711;
}
</style>