Shades of Green #0A8411
Tints of Green #0A8411
RGB
CMYK
RGB Variations
Color information
#0A8411 (or 0x0A8411) is known color: Green. HEX triplet: 0A, 84 and 11. RGB value is (10,132,17). Sum of RGB (Red+Green+Blue) = 10+132+17=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 132 (51.95% from 255 or 83.02% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 132 - color contains mainly: green. Hex color #0A8411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8411 is #F57BEE. Grayscale: #525252. Windows color (decimal): -16088047 or 1147914. OLE color: 1147914.
HSL color Cylindrical-coordinate representation of color #0A8411: hue angle of 123.44º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8411 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 132 | 17 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.48 |
| HSL | 123.44º | 0.86% | 0.28% | - |
| HSV(B) | 123.44º | 0.92% | 0.52% | - |
| XYZ | 8.48 | 16.61 | 3.29 | - |
| YUV | 82.41 | 91.08 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 17 | 0.92 | 0 | 0.87 | 0.48 | 123.44 | 0.86 | 0.28 |
| Hex | A | 84 | 11 | 5C | 0 | 57 | 30 | 7B | 56 | 1C |
| Octal | 12 | 204 | 21 | 134 | 0 | 127 | 60 | 173 | 126 | 34 |
| Binary | 1010 | 10000100 | 10001 | 1011100 | 0 | 1010111 | 110000 | 1111011 | 1010110 | 11100 |
Color Harmonies of #0A8411
Complementary color
Monochromatic Colors of #0A8411
Black with #0A8411
Text Example
Text Example
White with #0A8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8411; }
p { color: rgb(10,132,17); }
H1.HeaderClassName
{
color: #0A8411;
}
.AnyTagClassName
{
color: #0A8411;
}
</style>
background-color css
<style>
a { background-color: #0A8411; }
a { background-color: rgb(10,132,17); }
div.DivClassName
{
background-color: #0A8411;
}
.BgClassName
{
background-color: #0A8411;
}
</style>
border-color css
<style>
span { border-color: #0A8411; }
span { border-color: rgb(10,132,17); }
td.TdClassName
{
border-color: #0A8411;
}
.TagClassName
{
border-color: #0A8411;
}
</style>