Shades of Green #0A8616
Tints of Green #0A8616
RGB
CMYK
RGB Variations
Color information
#0A8616 (or 0x0A8616) is known color: Green. HEX triplet: 0A, 86 and 16. RGB value is (10,134,22). Sum of RGB (Red+Green+Blue) = 10+134+22=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 134 (52.73% from 255 or 80.72% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8616 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8616 is #F579E9. Grayscale: #545454. Windows color (decimal): -16087530 or 1476106. OLE color: 1476106.
HSL color Cylindrical-coordinate representation of color #0A8616: hue angle of 125.81º 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 #0A8616 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 22 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.47 |
| HSL | 125.81º | 0.86% | 0.28% | - |
| HSV(B) | 125.81º | 0.93% | 0.53% | - |
| XYZ | 8.8 | 17.17 | 3.61 | - |
| YUV | 84.16 | 92.92 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 22 | 0.93 | 0 | 0.84 | 0.47 | 125.81 | 0.86 | 0.28 |
| Hex | A | 86 | 16 | 5D | 0 | 54 | 2F | 7E | 56 | 1C |
| Octal | 12 | 206 | 26 | 135 | 0 | 124 | 57 | 176 | 126 | 34 |
| Binary | 1010 | 10000110 | 10110 | 1011101 | 0 | 1010100 | 101111 | 1111110 | 1010110 | 11100 |
Color Harmonies of #0A8616
Complementary color
Monochromatic Colors of #0A8616
Black with #0A8616
Text Example
Text Example
White with #0A8616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8616; }
p { color: rgb(10,134,22); }
H1.HeaderClassName
{
color: #0A8616;
}
.AnyTagClassName
{
color: #0A8616;
}
</style>
background-color css
<style>
a { background-color: #0A8616; }
a { background-color: rgb(10,134,22); }
div.DivClassName
{
background-color: #0A8616;
}
.BgClassName
{
background-color: #0A8616;
}
</style>
border-color css
<style>
span { border-color: #0A8616; }
span { border-color: rgb(10,134,22); }
td.TdClassName
{
border-color: #0A8616;
}
.TagClassName
{
border-color: #0A8616;
}
</style>