Shades of Green #0A701A
Tints of Green #0A701A
RGB
CMYK
RGB Variations
Color information
#0A701A (or 0x0A701A) is known color: Green. HEX triplet: 0A, 70 and 1A. RGB value is (10,112,26). Sum of RGB (Red+Green+Blue) = 10+112+26=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #0A701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A701A is #F58FE5. Grayscale: #474747. Windows color (decimal): -16093158 or 1732618. OLE color: 1732618.
HSL color Cylindrical-coordinate representation of color #0A701A: hue angle of 129.41º 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 #0A701A is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 26 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.56 |
| HSL | 129.41º | 0.84% | 0.24% | - |
| HSV(B) | 129.41º | 0.91% | 0.44% | - |
| XYZ | 6.11 | 11.73 | 2.92 | - |
| YUV | 71.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 26 | 0.91 | 0 | 0.77 | 0.56 | 129.41 | 0.84 | 0.24 |
| Hex | A | 70 | 1A | 5B | 0 | 4D | 38 | 81 | 54 | 18 |
| Octal | 12 | 160 | 32 | 133 | 0 | 115 | 70 | 201 | 124 | 30 |
| Binary | 1010 | 1110000 | 11010 | 1011011 | 0 | 1001101 | 111000 | 10000001 | 1010100 | 11000 |
Color Harmonies of #0A701A
Complementary color
Monochromatic Colors of #0A701A
Black with #0A701A
Text Example
Text Example
White with #0A701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A701A; }
p { color: rgb(10,112,26); }
H1.HeaderClassName
{
color: #0A701A;
}
.AnyTagClassName
{
color: #0A701A;
}
</style>
background-color css
<style>
a { background-color: #0A701A; }
a { background-color: rgb(10,112,26); }
div.DivClassName
{
background-color: #0A701A;
}
.BgClassName
{
background-color: #0A701A;
}
</style>
border-color css
<style>
span { border-color: #0A701A; }
span { border-color: rgb(10,112,26); }
td.TdClassName
{
border-color: #0A701A;
}
.TagClassName
{
border-color: #0A701A;
}
</style>