Shades of Green #016009
Tints of Green #016009
RGB
CMYK
RGB Variations
Color information
#016009 (or 0x016009) is known color: Green. HEX triplet: 01, 60 and 09. RGB value is (1,96,9). Sum of RGB (Red+Green+Blue) = 1+96+9=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 96 (37.89% from 255 or 90.57% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 96 - color contains mainly: green. Hex color #016009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016009 is #FE9FF6. Grayscale: #393939. Windows color (decimal): -16687095 or 614401. OLE color: 614401.
HSL color Cylindrical-coordinate representation of color #016009: hue angle of 125.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016009 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 9 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.62 |
| HSL | 125.05º | 0.98% | 0.19% | - |
| HSV(B) | 125.05º | 0.99% | 0.38% | - |
| XYZ | 4.24 | 8.39 | 1.65 | - |
| YUV | 57.68 | 100.53 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 9 | 0.99 | 0 | 0.91 | 0.62 | 125.05 | 0.98 | 0.19 |
| Hex | 1 | 60 | 9 | 63 | 0 | 5B | 3E | 7D | 62 | 13 |
| Octal | 1 | 140 | 11 | 143 | 0 | 133 | 76 | 175 | 142 | 23 |
| Binary | 1 | 1100000 | 1001 | 1100011 | 0 | 1011011 | 111110 | 1111101 | 1100010 | 10011 |
Color Harmonies of #016009
Complementary color
Monochromatic Colors of #016009
Black with #016009
Text Example
Text Example
White with #016009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016009; }
p { color: rgb(1,96,9); }
H1.HeaderClassName
{
color: #016009;
}
.AnyTagClassName
{
color: #016009;
}
</style>
background-color css
<style>
a { background-color: #016009; }
a { background-color: rgb(1,96,9); }
div.DivClassName
{
background-color: #016009;
}
.BgClassName
{
background-color: #016009;
}
</style>
border-color css
<style>
span { border-color: #016009; }
span { border-color: rgb(1,96,9); }
td.TdClassName
{
border-color: #016009;
}
.TagClassName
{
border-color: #016009;
}
</style>