Shades of Green #016000
Tints of Green #016000
RGB
CMYK
RGB Variations
Color information
#016000 (or 0x016000) is known color: Green. HEX triplet: 01, 60 and 00. RGB value is (1,96,0). Sum of RGB (Red+Green+Blue) = 1+96+0=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 96 (37.89% from 255 or 98.97% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 96 - color contains mainly: green. Hex color #016000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016000 is #FE9FFF. Grayscale: #383838. Windows color (decimal): -16687104 or 24577. OLE color: 24577.
HSL color Cylindrical-coordinate representation of color #016000: hue angle of 119.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016000 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.62 |
| HSL | 119.38º | 1% | 0.19% | - |
| HSV(B) | 119.38º | 1% | 0.38% | - |
| XYZ | 4.2 | 8.37 | 1.39 | - |
| YUV | 56.65 | 96.03 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 0 | 0.99 | 0 | 1 | 0.62 | 119.38 | 1 | 0.19 |
| Hex | 1 | 60 | 0 | 63 | 0 | 64 | 3E | 77 | 64 | 13 |
| Octal | 1 | 140 | 0 | 143 | 0 | 144 | 76 | 167 | 144 | 23 |
| Binary | 1 | 1100000 | 0 | 1100011 | 0 | 1100100 | 111110 | 1110111 | 1100100 | 10011 |
Color Harmonies of #016000
Complementary color
Monochromatic Colors of #016000
Black with #016000
Text Example
Text Example
White with #016000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016000; }
p { color: rgb(1,96,0); }
H1.HeaderClassName
{
color: #016000;
}
.AnyTagClassName
{
color: #016000;
}
</style>
background-color css
<style>
a { background-color: #016000; }
a { background-color: rgb(1,96,0); }
div.DivClassName
{
background-color: #016000;
}
.BgClassName
{
background-color: #016000;
}
</style>
border-color css
<style>
span { border-color: #016000; }
span { border-color: rgb(1,96,0); }
td.TdClassName
{
border-color: #016000;
}
.TagClassName
{
border-color: #016000;
}
</style>