Shades of Green #015A05
Tints of Green #015A05
RGB
CMYK
RGB Variations
Color information
#015A05 (or 0x015A05) is known color: Green. HEX triplet: 01, 5A and 05. RGB value is (1,90,5). Sum of RGB (Red+Green+Blue) = 1+90+5=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 90 (35.55% from 255 or 93.75% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 90 - color contains mainly: green. Hex color #015A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A05 is #FEA5FA. Grayscale: #353535. Windows color (decimal): -16688635 or 350721. OLE color: 350721.
HSL color Cylindrical-coordinate representation of color #015A05: hue angle of 122.7º 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 #015A05 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 5 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.65 |
| HSL | 122.7º | 0.98% | 0.18% | - |
| HSV(B) | 122.7º | 0.99% | 0.35% | - |
| XYZ | 3.7 | 7.33 | 1.36 | - |
| YUV | 53.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 5 | 0.99 | 0 | 0.94 | 0.65 | 122.7 | 0.98 | 0.18 |
| Hex | 1 | 5A | 5 | 63 | 0 | 5E | 41 | 7B | 62 | 12 |
| Octal | 1 | 132 | 5 | 143 | 0 | 136 | 101 | 173 | 142 | 22 |
| Binary | 1 | 1011010 | 101 | 1100011 | 0 | 1011110 | 1000001 | 1111011 | 1100010 | 10010 |
Color Harmonies of #015A05
Complementary color
Monochromatic Colors of #015A05
Black with #015A05
Text Example
Text Example
White with #015A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A05; }
p { color: rgb(1,90,5); }
H1.HeaderClassName
{
color: #015A05;
}
.AnyTagClassName
{
color: #015A05;
}
</style>
background-color css
<style>
a { background-color: #015A05; }
a { background-color: rgb(1,90,5); }
div.DivClassName
{
background-color: #015A05;
}
.BgClassName
{
background-color: #015A05;
}
</style>
border-color css
<style>
span { border-color: #015A05; }
span { border-color: rgb(1,90,5); }
td.TdClassName
{
border-color: #015A05;
}
.TagClassName
{
border-color: #015A05;
}
</style>