Shades of Green #0A8605
Tints of Green #0A8605
RGB
CMYK
RGB Variations
Color information
#0A8605 (or 0x0A8605) is known color: Green. HEX triplet: 0A, 86 and 05. RGB value is (10,134,5). Sum of RGB (Red+Green+Blue) = 10+134+5=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 134 (52.73% from 255 or 89.93% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8605 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8605 is #F579FA. Grayscale: #525252. Windows color (decimal): -16087547 or 361994. OLE color: 361994.
HSL color Cylindrical-coordinate representation of color #0A8605: hue angle of 117.67º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8605 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 5 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.47 |
| HSL | 117.67º | 0.93% | 0.27% | - |
| HSV(B) | 117.67º | 0.96% | 0.53% | - |
| XYZ | 8.68 | 17.13 | 2.99 | - |
| YUV | 82.22 | 84.42 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 5 | 0.93 | 0 | 0.96 | 0.47 | 117.67 | 0.93 | 0.27 |
| Hex | A | 86 | 5 | 5D | 0 | 60 | 2F | 76 | 5D | 1B |
| Octal | 12 | 206 | 5 | 135 | 0 | 140 | 57 | 166 | 135 | 33 |
| Binary | 1010 | 10000110 | 101 | 1011101 | 0 | 1100000 | 101111 | 1110110 | 1011101 | 11011 |
Color Harmonies of #0A8605
Complementary color
Monochromatic Colors of #0A8605
Black with #0A8605
Text Example
Text Example
White with #0A8605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8605; }
p { color: rgb(10,134,5); }
H1.HeaderClassName
{
color: #0A8605;
}
.AnyTagClassName
{
color: #0A8605;
}
</style>
background-color css
<style>
a { background-color: #0A8605; }
a { background-color: rgb(10,134,5); }
div.DivClassName
{
background-color: #0A8605;
}
.BgClassName
{
background-color: #0A8605;
}
</style>
border-color css
<style>
span { border-color: #0A8605; }
span { border-color: rgb(10,134,5); }
td.TdClassName
{
border-color: #0A8605;
}
.TagClassName
{
border-color: #0A8605;
}
</style>