Shades of Green #0A700A
Tints of Green #0A700A
RGB
CMYK
RGB Variations
Color information
#0A700A (or 0x0A700A) is known color: Green. HEX triplet: 0A, 70 and 0A. RGB value is (10,112,10). Sum of RGB (Red+Green+Blue) = 10+112+10=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 112 (44.14% from 255 or 84.85% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 112 - color contains mainly: green. Hex color #0A700A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A700A is #F58FF5. Grayscale: #464646. Windows color (decimal): -16093174 or 684042. OLE color: 684042.
HSL color Cylindrical-coordinate representation of color #0A700A: hue angle of 120º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A700A is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 10 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.56 |
| HSL | 120º | 0.84% | 0.24% | - |
| HSV(B) | 120º | 0.91% | 0.44% | - |
| XYZ | 5.97 | 11.67 | 2.23 | - |
| YUV | 69.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 10 | 0.91 | 0 | 0.91 | 0.56 | 120 | 0.84 | 0.24 |
| Hex | A | 70 | A | 5B | 0 | 5B | 38 | 78 | 54 | 18 |
| Octal | 12 | 160 | 12 | 133 | 0 | 133 | 70 | 170 | 124 | 30 |
| Binary | 1010 | 1110000 | 1010 | 1011011 | 0 | 1011011 | 111000 | 1111000 | 1010100 | 11000 |
Color Harmonies of #0A700A
Complementary color
Monochromatic Colors of #0A700A
Black with #0A700A
Text Example
Text Example
White with #0A700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A700A; }
p { color: rgb(10,112,10); }
H1.HeaderClassName
{
color: #0A700A;
}
.AnyTagClassName
{
color: #0A700A;
}
</style>
background-color css
<style>
a { background-color: #0A700A; }
a { background-color: rgb(10,112,10); }
div.DivClassName
{
background-color: #0A700A;
}
.BgClassName
{
background-color: #0A700A;
}
</style>
border-color css
<style>
span { border-color: #0A700A; }
span { border-color: rgb(10,112,10); }
td.TdClassName
{
border-color: #0A700A;
}
.TagClassName
{
border-color: #0A700A;
}
</style>