Shades of Green #01560A
Tints of Green #01560A
RGB
CMYK
RGB Variations
Color information
#01560A (or 0x01560A) is known color: Green. HEX triplet: 01, 56 and 0A. RGB value is (1,86,10). Sum of RGB (Red+Green+Blue) = 1+86+10=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 86 (33.98% from 255 or 88.66% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 86 - color contains mainly: green. Hex color #01560A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01560A is #FEA9F5. Grayscale: #343434. Windows color (decimal): -16689654 or 677377. OLE color: 677377.
HSL color Cylindrical-coordinate representation of color #01560A: hue angle of 126.35º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01560A is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 10 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.66 |
| HSL | 126.35º | 0.98% | 0.17% | - |
| HSV(B) | 126.35º | 0.99% | 0.34% | - |
| XYZ | 3.4 | 6.68 | 1.4 | - |
| YUV | 51.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 10 | 0.99 | 0 | 0.88 | 0.66 | 126.35 | 0.98 | 0.17 |
| Hex | 1 | 56 | A | 63 | 0 | 58 | 42 | 7E | 62 | 11 |
| Octal | 1 | 126 | 12 | 143 | 0 | 130 | 102 | 176 | 142 | 21 |
| Binary | 1 | 1010110 | 1010 | 1100011 | 0 | 1011000 | 1000010 | 1111110 | 1100010 | 10001 |
Color Harmonies of #01560A
Complementary color
Monochromatic Colors of #01560A
Black with #01560A
Text Example
Text Example
White with #01560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01560A; }
p { color: rgb(1,86,10); }
H1.HeaderClassName
{
color: #01560A;
}
.AnyTagClassName
{
color: #01560A;
}
</style>
background-color css
<style>
a { background-color: #01560A; }
a { background-color: rgb(1,86,10); }
div.DivClassName
{
background-color: #01560A;
}
.BgClassName
{
background-color: #01560A;
}
</style>
border-color css
<style>
span { border-color: #01560A; }
span { border-color: rgb(1,86,10); }
td.TdClassName
{
border-color: #01560A;
}
.TagClassName
{
border-color: #01560A;
}
</style>