Shades of Green #0A860A
Tints of Green #0A860A
RGB
CMYK
RGB Variations
Color information
#0A860A (or 0x0A860A) is known color: Green. HEX triplet: 0A, 86 and 0A. RGB value is (10,134,10). Sum of RGB (Red+Green+Blue) = 10+134+10=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 134 (52.73% from 255 or 87.01% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 134 - color contains mainly: green. Hex color #0A860A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A860A is #F579F5. Grayscale: #535353. Windows color (decimal): -16087542 or 689674. OLE color: 689674.
HSL color Cylindrical-coordinate representation of color #0A860A: hue angle of 120º 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 #0A860A is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 10 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.47 |
| HSL | 120º | 0.86% | 0.28% | - |
| HSV(B) | 120º | 0.93% | 0.53% | - |
| XYZ | 8.71 | 17.14 | 3.14 | - |
| YUV | 82.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 10 | 0.93 | 0 | 0.93 | 0.47 | 120 | 0.86 | 0.28 |
| Hex | A | 86 | A | 5D | 0 | 5D | 2F | 78 | 56 | 1C |
| Octal | 12 | 206 | 12 | 135 | 0 | 135 | 57 | 170 | 126 | 34 |
| Binary | 1010 | 10000110 | 1010 | 1011101 | 0 | 1011101 | 101111 | 1111000 | 1010110 | 11100 |
Color Harmonies of #0A860A
Complementary color
Monochromatic Colors of #0A860A
Black with #0A860A
Text Example
Text Example
White with #0A860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A860A; }
p { color: rgb(10,134,10); }
H1.HeaderClassName
{
color: #0A860A;
}
.AnyTagClassName
{
color: #0A860A;
}
</style>
background-color css
<style>
a { background-color: #0A860A; }
a { background-color: rgb(10,134,10); }
div.DivClassName
{
background-color: #0A860A;
}
.BgClassName
{
background-color: #0A860A;
}
</style>
border-color css
<style>
span { border-color: #0A860A; }
span { border-color: rgb(10,134,10); }
td.TdClassName
{
border-color: #0A860A;
}
.TagClassName
{
border-color: #0A860A;
}
</style>