Shades of Green #0A8715
Tints of Green #0A8715
RGB
CMYK
RGB Variations
Color information
#0A8715 (or 0x0A8715) is known color: Green. HEX triplet: 0A, 87 and 15. RGB value is (10,135,21). Sum of RGB (Red+Green+Blue) = 10+135+21=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 135 (53.12% from 255 or 81.33% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8715 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8715 is #F578EA. Grayscale: #545454. Windows color (decimal): -16087275 or 1410826. OLE color: 1410826.
HSL color Cylindrical-coordinate representation of color #0A8715: hue angle of 125.28º 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 #0A8715 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 21 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.47 |
| HSL | 125.28º | 0.86% | 0.28% | - |
| HSV(B) | 125.28º | 0.93% | 0.53% | - |
| XYZ | 8.92 | 17.45 | 3.61 | - |
| YUV | 84.63 | 92.09 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 21 | 0.93 | 0 | 0.84 | 0.47 | 125.28 | 0.86 | 0.28 |
| Hex | A | 87 | 15 | 5D | 0 | 54 | 2F | 7D | 56 | 1C |
| Octal | 12 | 207 | 25 | 135 | 0 | 124 | 57 | 175 | 126 | 34 |
| Binary | 1010 | 10000111 | 10101 | 1011101 | 0 | 1010100 | 101111 | 1111101 | 1010110 | 11100 |
Color Harmonies of #0A8715
Complementary color
Monochromatic Colors of #0A8715
Black with #0A8715
Text Example
Text Example
White with #0A8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8715; }
p { color: rgb(10,135,21); }
H1.HeaderClassName
{
color: #0A8715;
}
.AnyTagClassName
{
color: #0A8715;
}
</style>
background-color css
<style>
a { background-color: #0A8715; }
a { background-color: rgb(10,135,21); }
div.DivClassName
{
background-color: #0A8715;
}
.BgClassName
{
background-color: #0A8715;
}
</style>
border-color css
<style>
span { border-color: #0A8715; }
span { border-color: rgb(10,135,21); }
td.TdClassName
{
border-color: #0A8715;
}
.TagClassName
{
border-color: #0A8715;
}
</style>