Shades of Green #0A8517
Tints of Green #0A8517
RGB
CMYK
RGB Variations
Color information
#0A8517 (or 0x0A8517) is known color: Green. HEX triplet: 0A, 85 and 17. RGB value is (10,133,23). Sum of RGB (Red+Green+Blue) = 10+133+23=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 133 (52.34% from 255 or 80.12% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8517 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8517 is #F57AE8. Grayscale: #545454. Windows color (decimal): -16087785 or 1541386. OLE color: 1541386.
HSL color Cylindrical-coordinate representation of color #0A8517: hue angle of 126.34º 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 #0A8517 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 23 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.48 |
| HSL | 126.34º | 0.86% | 0.28% | - |
| HSV(B) | 126.34º | 0.92% | 0.52% | - |
| XYZ | 8.67 | 16.9 | 3.62 | - |
| YUV | 83.68 | 93.75 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 23 | 0.92 | 0 | 0.83 | 0.48 | 126.34 | 0.86 | 0.28 |
| Hex | A | 85 | 17 | 5C | 0 | 53 | 30 | 7E | 56 | 1C |
| Octal | 12 | 205 | 27 | 134 | 0 | 123 | 60 | 176 | 126 | 34 |
| Binary | 1010 | 10000101 | 10111 | 1011100 | 0 | 1010011 | 110000 | 1111110 | 1010110 | 11100 |
Color Harmonies of #0A8517
Complementary color
Monochromatic Colors of #0A8517
Black with #0A8517
Text Example
Text Example
White with #0A8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8517; }
p { color: rgb(10,133,23); }
H1.HeaderClassName
{
color: #0A8517;
}
.AnyTagClassName
{
color: #0A8517;
}
</style>
background-color css
<style>
a { background-color: #0A8517; }
a { background-color: rgb(10,133,23); }
div.DivClassName
{
background-color: #0A8517;
}
.BgClassName
{
background-color: #0A8517;
}
</style>
border-color css
<style>
span { border-color: #0A8517; }
span { border-color: rgb(10,133,23); }
td.TdClassName
{
border-color: #0A8517;
}
.TagClassName
{
border-color: #0A8517;
}
</style>