Shades of Green #0A8005
Tints of Green #0A8005
RGB
CMYK
RGB Variations
Color information
#0A8005 (or 0x0A8005) is known color: Green. HEX triplet: 0A, 80 and 05. RGB value is (10,128,5). Sum of RGB (Red+Green+Blue) = 10+128+5=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 128 (50.39% from 255 or 89.51% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 128 - color contains mainly: green. Hex color #0A8005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8005 is #F57FFA. Grayscale: #4F4F4F. Windows color (decimal): -16089083 or 360458. OLE color: 360458.
HSL color Cylindrical-coordinate representation of color #0A8005: hue angle of 117.56º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8005 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 5 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.50 |
| HSL | 117.56º | 0.92% | 0.26% | - |
| HSV(B) | 117.56º | 0.96% | 0.5% | - |
| XYZ | 7.87 | 15.51 | 2.72 | - |
| YUV | 78.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 5 | 0.92 | 0 | 0.96 | 0.50 | 117.56 | 0.92 | 0.26 |
| Hex | A | 80 | 5 | 5C | 0 | 60 | 32 | 76 | 5C | 1A |
| Octal | 12 | 200 | 5 | 134 | 0 | 140 | 62 | 166 | 134 | 32 |
| Binary | 1010 | 10000000 | 101 | 1011100 | 0 | 1100000 | 110010 | 1110110 | 1011100 | 11010 |
Color Harmonies of #0A8005
Complementary color
Monochromatic Colors of #0A8005
Black with #0A8005
Text Example
Text Example
White with #0A8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8005; }
p { color: rgb(10,128,5); }
H1.HeaderClassName
{
color: #0A8005;
}
.AnyTagClassName
{
color: #0A8005;
}
</style>
background-color css
<style>
a { background-color: #0A8005; }
a { background-color: rgb(10,128,5); }
div.DivClassName
{
background-color: #0A8005;
}
.BgClassName
{
background-color: #0A8005;
}
</style>
border-color css
<style>
span { border-color: #0A8005; }
span { border-color: rgb(10,128,5); }
td.TdClassName
{
border-color: #0A8005;
}
.TagClassName
{
border-color: #0A8005;
}
</style>