Shades of Green #01590A
Tints of Green #01590A
RGB
CMYK
RGB Variations
Color information
#01590A (or 0x01590A) is known color: Green. HEX triplet: 01, 59 and 0A. RGB value is (1,89,10). Sum of RGB (Red+Green+Blue) = 1+89+10=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 89 (35.16% from 255 or 89% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 89 - color contains mainly: green. Hex color #01590A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01590A is #FEA6F5. Grayscale: #353535. Windows color (decimal): -16688886 or 678145. OLE color: 678145.
HSL color Cylindrical-coordinate representation of color #01590A: hue angle of 126.14º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01590A is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 89 | 10 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.65 |
| HSL | 126.14º | 0.98% | 0.18% | - |
| HSV(B) | 126.14º | 0.99% | 0.35% | - |
| XYZ | 3.64 | 7.17 | 1.48 | - |
| YUV | 53.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 10 | 0.99 | 0 | 0.89 | 0.65 | 126.14 | 0.98 | 0.18 |
| Hex | 1 | 59 | A | 63 | 0 | 59 | 41 | 7E | 62 | 12 |
| Octal | 1 | 131 | 12 | 143 | 0 | 131 | 101 | 176 | 142 | 22 |
| Binary | 1 | 1011001 | 1010 | 1100011 | 0 | 1011001 | 1000001 | 1111110 | 1100010 | 10010 |
Color Harmonies of #01590A
Complementary color
Monochromatic Colors of #01590A
Black with #01590A
Text Example
Text Example
White with #01590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01590A; }
p { color: rgb(1,89,10); }
H1.HeaderClassName
{
color: #01590A;
}
.AnyTagClassName
{
color: #01590A;
}
</style>
background-color css
<style>
a { background-color: #01590A; }
a { background-color: rgb(1,89,10); }
div.DivClassName
{
background-color: #01590A;
}
.BgClassName
{
background-color: #01590A;
}
</style>
border-color css
<style>
span { border-color: #01590A; }
span { border-color: rgb(1,89,10); }
td.TdClassName
{
border-color: #01590A;
}
.TagClassName
{
border-color: #01590A;
}
</style>