Shades of Green #015A04
Tints of Green #015A04
RGB
CMYK
RGB Variations
Color information
#015A04 (or 0x015A04) is known color: Green. HEX triplet: 01, 5A and 04. RGB value is (1,90,4). Sum of RGB (Red+Green+Blue) = 1+90+4=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 90 (35.55% from 255 or 94.74% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 90 - color contains mainly: green. Hex color #015A04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A04 is #FEA5FB. Grayscale: #353535. Windows color (decimal): -16688636 or 285185. OLE color: 285185.
HSL color Cylindrical-coordinate representation of color #015A04: hue angle of 122.02º 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 #015A04 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 4 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.65 |
| HSL | 122.02º | 0.98% | 0.18% | - |
| HSV(B) | 122.02º | 0.99% | 0.35% | - |
| XYZ | 3.69 | 7.33 | 1.33 | - |
| YUV | 53.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 4 | 0.99 | 0 | 0.96 | 0.65 | 122.02 | 0.98 | 0.18 |
| Hex | 1 | 5A | 4 | 63 | 0 | 60 | 41 | 7A | 62 | 12 |
| Octal | 1 | 132 | 4 | 143 | 0 | 140 | 101 | 172 | 142 | 22 |
| Binary | 1 | 1011010 | 100 | 1100011 | 0 | 1100000 | 1000001 | 1111010 | 1100010 | 10010 |
Color Harmonies of #015A04
Complementary color
Monochromatic Colors of #015A04
Black with #015A04
Text Example
Text Example
White with #015A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A04; }
p { color: rgb(1,90,4); }
H1.HeaderClassName
{
color: #015A04;
}
.AnyTagClassName
{
color: #015A04;
}
</style>
background-color css
<style>
a { background-color: #015A04; }
a { background-color: rgb(1,90,4); }
div.DivClassName
{
background-color: #015A04;
}
.BgClassName
{
background-color: #015A04;
}
</style>
border-color css
<style>
span { border-color: #015A04; }
span { border-color: rgb(1,90,4); }
td.TdClassName
{
border-color: #015A04;
}
.TagClassName
{
border-color: #015A04;
}
</style>