Shades of Green #0A8817
Tints of Green #0A8817
RGB
CMYK
RGB Variations
Color information
#0A8817 (or 0x0A8817) is known color: Green. HEX triplet: 0A, 88 and 17. RGB value is (10,136,23). Sum of RGB (Red+Green+Blue) = 10+136+23=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 136 (53.52% from 255 or 80.47% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8817 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8817 is #F577E8. Grayscale: #555555. Windows color (decimal): -16087017 or 1542154. OLE color: 1542154.
HSL color Cylindrical-coordinate representation of color #0A8817: hue angle of 126.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8817 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 23 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.47 |
| HSL | 126.19º | 0.86% | 0.29% | - |
| HSV(B) | 126.19º | 0.93% | 0.53% | - |
| XYZ | 9.08 | 17.73 | 3.75 | - |
| YUV | 85.44 | 92.76 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 23 | 0.93 | 0 | 0.83 | 0.47 | 126.19 | 0.86 | 0.29 |
| Hex | A | 88 | 17 | 5D | 0 | 53 | 2F | 7E | 56 | 1D |
| Octal | 12 | 210 | 27 | 135 | 0 | 123 | 57 | 176 | 126 | 35 |
| Binary | 1010 | 10001000 | 10111 | 1011101 | 0 | 1010011 | 101111 | 1111110 | 1010110 | 11101 |
Color Harmonies of #0A8817
Complementary color
Monochromatic Colors of #0A8817
Black with #0A8817
Text Example
Text Example
White with #0A8817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8817; }
p { color: rgb(10,136,23); }
H1.HeaderClassName
{
color: #0A8817;
}
.AnyTagClassName
{
color: #0A8817;
}
</style>
background-color css
<style>
a { background-color: #0A8817; }
a { background-color: rgb(10,136,23); }
div.DivClassName
{
background-color: #0A8817;
}
.BgClassName
{
background-color: #0A8817;
}
</style>
border-color css
<style>
span { border-color: #0A8817; }
span { border-color: rgb(10,136,23); }
td.TdClassName
{
border-color: #0A8817;
}
.TagClassName
{
border-color: #0A8817;
}
</style>