Shades of Green #0A8010
Tints of Green #0A8010
RGB
CMYK
RGB Variations
Color information
#0A8010 (or 0x0A8010) is known color: Green. HEX triplet: 0A, 80 and 10. RGB value is (10,128,16). Sum of RGB (Red+Green+Blue) = 10+128+16=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 128 (50.39% from 255 or 83.12% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 128 - color contains mainly: green. Hex color #0A8010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8010 is #F57FEF. Grayscale: #505050. Windows color (decimal): -16089072 or 1081354. OLE color: 1081354.
HSL color Cylindrical-coordinate representation of color #0A8010: hue angle of 123.05º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8010 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 16 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.50 |
| HSL | 123.05º | 0.86% | 0.27% | - |
| HSV(B) | 123.05º | 0.92% | 0.5% | - |
| XYZ | 7.94 | 15.54 | 3.07 | - |
| YUV | 79.95 | 91.91 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 16 | 0.92 | 0 | 0.88 | 0.50 | 123.05 | 0.86 | 0.27 |
| Hex | A | 80 | 10 | 5C | 0 | 58 | 32 | 7B | 56 | 1B |
| Octal | 12 | 200 | 20 | 134 | 0 | 130 | 62 | 173 | 126 | 33 |
| Binary | 1010 | 10000000 | 10000 | 1011100 | 0 | 1011000 | 110010 | 1111011 | 1010110 | 11011 |
Color Harmonies of #0A8010
Complementary color
Monochromatic Colors of #0A8010
Black with #0A8010
Text Example
Text Example
White with #0A8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8010; }
p { color: rgb(10,128,16); }
H1.HeaderClassName
{
color: #0A8010;
}
.AnyTagClassName
{
color: #0A8010;
}
</style>
background-color css
<style>
a { background-color: #0A8010; }
a { background-color: rgb(10,128,16); }
div.DivClassName
{
background-color: #0A8010;
}
.BgClassName
{
background-color: #0A8010;
}
</style>
border-color css
<style>
span { border-color: #0A8010; }
span { border-color: rgb(10,128,16); }
td.TdClassName
{
border-color: #0A8010;
}
.TagClassName
{
border-color: #0A8010;
}
</style>