Shades of Green #0A7002
Tints of Green #0A7002
RGB
CMYK
RGB Variations
Color information
#0A7002 (or 0x0A7002) is known color: Green. HEX triplet: 0A, 70 and 02. RGB value is (10,112,2). Sum of RGB (Red+Green+Blue) = 10+112+2=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 112 (44.14% from 255 or 90.32% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7002 is #F58FFD. Grayscale: #454545. Windows color (decimal): -16093182 or 159754. OLE color: 159754.
HSL color Cylindrical-coordinate representation of color #0A7002: hue angle of 115.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A7002 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 2 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.56 |
| HSL | 115.64º | 0.96% | 0.22% | - |
| HSV(B) | 115.64º | 0.98% | 0.44% | - |
| XYZ | 5.93 | 11.66 | 1.99 | - |
| YUV | 68.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 2 | 0.91 | 0 | 0.98 | 0.56 | 115.64 | 0.96 | 0.22 |
| Hex | A | 70 | 2 | 5B | 0 | 62 | 38 | 74 | 60 | 16 |
| Octal | 12 | 160 | 2 | 133 | 0 | 142 | 70 | 164 | 140 | 26 |
| Binary | 1010 | 1110000 | 10 | 1011011 | 0 | 1100010 | 111000 | 1110100 | 1100000 | 10110 |
Color Harmonies of #0A7002
Complementary color
Monochromatic Colors of #0A7002
Black with #0A7002
Text Example
Text Example
White with #0A7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7002; }
p { color: rgb(10,112,2); }
H1.HeaderClassName
{
color: #0A7002;
}
.AnyTagClassName
{
color: #0A7002;
}
</style>
background-color css
<style>
a { background-color: #0A7002; }
a { background-color: rgb(10,112,2); }
div.DivClassName
{
background-color: #0A7002;
}
.BgClassName
{
background-color: #0A7002;
}
</style>
border-color css
<style>
span { border-color: #0A7002; }
span { border-color: rgb(10,112,2); }
td.TdClassName
{
border-color: #0A7002;
}
.TagClassName
{
border-color: #0A7002;
}
</style>