Shades of Green #016A09
Tints of Green #016A09
RGB
CMYK
RGB Variations
Color information
#016A09 (or 0x016A09) is known color: Green. HEX triplet: 01, 6A and 09. RGB value is (1,106,9). Sum of RGB (Red+Green+Blue) = 1+106+9=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 106 (41.80% from 255 or 91.38% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 106 - color contains mainly: green. Hex color #016A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016A09 is #FE95F6. Grayscale: #3F3F3F. Windows color (decimal): -16684535 or 616961. OLE color: 616961.
HSL color Cylindrical-coordinate representation of color #016A09: hue angle of 124.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A09 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 106 | 9 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.58 |
| HSL | 124.57º | 0.98% | 0.21% | - |
| HSV(B) | 124.57º | 0.99% | 0.42% | - |
| XYZ | 5.22 | 10.33 | 1.98 | - |
| YUV | 63.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 9 | 0.99 | 0 | 0.92 | 0.58 | 124.57 | 0.98 | 0.21 |
| Hex | 1 | 6A | 9 | 63 | 0 | 5C | 3A | 7D | 62 | 15 |
| Octal | 1 | 152 | 11 | 143 | 0 | 134 | 72 | 175 | 142 | 25 |
| Binary | 1 | 1101010 | 1001 | 1100011 | 0 | 1011100 | 111010 | 1111101 | 1100010 | 10101 |
Color Harmonies of #016A09
Complementary color
Monochromatic Colors of #016A09
Black with #016A09
Text Example
Text Example
White with #016A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A09; }
p { color: rgb(1,106,9); }
H1.HeaderClassName
{
color: #016A09;
}
.AnyTagClassName
{
color: #016A09;
}
</style>
background-color css
<style>
a { background-color: #016A09; }
a { background-color: rgb(1,106,9); }
div.DivClassName
{
background-color: #016A09;
}
.BgClassName
{
background-color: #016A09;
}
</style>
border-color css
<style>
span { border-color: #016A09; }
span { border-color: rgb(1,106,9); }
td.TdClassName
{
border-color: #016A09;
}
.TagClassName
{
border-color: #016A09;
}
</style>