Shades of Green #0A7901
Tints of Green #0A7901
RGB
CMYK
RGB Variations
Color information
#0A7901 (or 0x0A7901) is known color: Green. HEX triplet: 0A, 79 and 01. RGB value is (10,121,1). Sum of RGB (Red+Green+Blue) = 10+121+1=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 121 (47.66% from 255 or 91.67% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7901 is #F586FE. Grayscale: #4A4A4A. Windows color (decimal): -16090879 or 96522. OLE color: 96522.
HSL color Cylindrical-coordinate representation of color #0A7901: hue angle of 115.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A7901 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 121 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.53 |
| HSL | 115.5º | 0.98% | 0.24% | - |
| HSV(B) | 115.5º | 0.99% | 0.47% | - |
| XYZ | 6.97 | 13.74 | 2.31 | - |
| YUV | 74.13 | 86.73 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 1 | 0.92 | 0 | 0.99 | 0.53 | 115.5 | 0.98 | 0.24 |
| Hex | A | 79 | 1 | 5C | 0 | 63 | 35 | 74 | 62 | 18 |
| Octal | 12 | 171 | 1 | 134 | 0 | 143 | 65 | 164 | 142 | 30 |
| Binary | 1010 | 1111001 | 1 | 1011100 | 0 | 1100011 | 110101 | 1110100 | 1100010 | 11000 |
Color Harmonies of #0A7901
Complementary color
Monochromatic Colors of #0A7901
Black with #0A7901
Text Example
Text Example
White with #0A7901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7901; }
p { color: rgb(10,121,1); }
H1.HeaderClassName
{
color: #0A7901;
}
.AnyTagClassName
{
color: #0A7901;
}
</style>
background-color css
<style>
a { background-color: #0A7901; }
a { background-color: rgb(10,121,1); }
div.DivClassName
{
background-color: #0A7901;
}
.BgClassName
{
background-color: #0A7901;
}
</style>
border-color css
<style>
span { border-color: #0A7901; }
span { border-color: rgb(10,121,1); }
td.TdClassName
{
border-color: #0A7901;
}
.TagClassName
{
border-color: #0A7901;
}
</style>