Shades of Green #166D01
Tints of Green #166D01
RGB
CMYK
RGB Variations
Color information
#166D01 (or 0x166D01) is known color: Green. HEX triplet: 16, 6D and 01. RGB value is (22,109,1). Sum of RGB (Red+Green+Blue) = 22+109+1=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 109 (42.97% from 255 or 82.58% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 109 - color contains mainly: green. Hex color #166D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166D01 is #E992FE. Grayscale: #474747. Windows color (decimal): -15307519 or 93462. OLE color: 93462.
HSL color Cylindrical-coordinate representation of color #166D01: hue angle of 108.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #166D01 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 109 | 1 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.57 |
| HSL | 108.33º | 0.98% | 0.22% | - |
| HSV(B) | 108.33º | 0.99% | 0.43% | - |
| XYZ | 5.8 | 11.11 | 1.87 | - |
| YUV | 70.68 | 88.68 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 1 | 0.80 | 0 | 0.99 | 0.57 | 108.33 | 0.98 | 0.22 |
| Hex | 16 | 6D | 1 | 50 | 0 | 63 | 39 | 6C | 62 | 16 |
| Octal | 26 | 155 | 1 | 120 | 0 | 143 | 71 | 154 | 142 | 26 |
| Binary | 10110 | 1101101 | 1 | 1010000 | 0 | 1100011 | 111001 | 1101100 | 1100010 | 10110 |
Color Harmonies of #166D01
Complementary color
Monochromatic Colors of #166D01
Black with #166D01
Text Example
Text Example
White with #166D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D01; }
p { color: rgb(22,109,1); }
H1.HeaderClassName
{
color: #166D01;
}
.AnyTagClassName
{
color: #166D01;
}
</style>
background-color css
<style>
a { background-color: #166D01; }
a { background-color: rgb(22,109,1); }
div.DivClassName
{
background-color: #166D01;
}
.BgClassName
{
background-color: #166D01;
}
</style>
border-color css
<style>
span { border-color: #166D01; }
span { border-color: rgb(22,109,1); }
td.TdClassName
{
border-color: #166D01;
}
.TagClassName
{
border-color: #166D01;
}
</style>