Shades of Green #015A06
Tints of Green #015A06
RGB
CMYK
RGB Variations
Color information
#015A06 (or 0x015A06) is known color: Green. HEX triplet: 01, 5A and 06. RGB value is (1,90,6). Sum of RGB (Red+Green+Blue) = 1+90+6=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 90 (35.55% from 255 or 92.78% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 90 - color contains mainly: green. Hex color #015A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A06 is #FEA5F9. Grayscale: #363636. Windows color (decimal): -16688634 or 416257. OLE color: 416257.
HSL color Cylindrical-coordinate representation of color #015A06: hue angle of 123.37º 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 #015A06 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 6 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.65 |
| HSL | 123.37º | 0.98% | 0.18% | - |
| HSV(B) | 123.37º | 0.99% | 0.35% | - |
| XYZ | 3.7 | 7.33 | 1.39 | - |
| YUV | 53.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 6 | 0.99 | 0 | 0.93 | 0.65 | 123.37 | 0.98 | 0.18 |
| Hex | 1 | 5A | 6 | 63 | 0 | 5D | 41 | 7B | 62 | 12 |
| Octal | 1 | 132 | 6 | 143 | 0 | 135 | 101 | 173 | 142 | 22 |
| Binary | 1 | 1011010 | 110 | 1100011 | 0 | 1011101 | 1000001 | 1111011 | 1100010 | 10010 |
Color Harmonies of #015A06
Complementary color
Monochromatic Colors of #015A06
Black with #015A06
Text Example
Text Example
White with #015A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A06; }
p { color: rgb(1,90,6); }
H1.HeaderClassName
{
color: #015A06;
}
.AnyTagClassName
{
color: #015A06;
}
</style>
background-color css
<style>
a { background-color: #015A06; }
a { background-color: rgb(1,90,6); }
div.DivClassName
{
background-color: #015A06;
}
.BgClassName
{
background-color: #015A06;
}
</style>
border-color css
<style>
span { border-color: #015A06; }
span { border-color: rgb(1,90,6); }
td.TdClassName
{
border-color: #015A06;
}
.TagClassName
{
border-color: #015A06;
}
</style>