Shades of Green #166C04
Tints of Green #166C04
RGB
CMYK
RGB Variations
Color information
#166C04 (or 0x166C04) is known color: Green. HEX triplet: 16, 6C and 04. RGB value is (22,108,4). Sum of RGB (Red+Green+Blue) = 22+108+4=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 108 (42.58% from 255 or 80.60% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 108 - color contains mainly: green. Hex color #166C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166C04 is #E993FB. Grayscale: #464646. Windows color (decimal): -15307772 or 289814. OLE color: 289814.
HSL color Cylindrical-coordinate representation of color #166C04: hue angle of 109.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #166C04 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 4 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.58 |
| HSL | 109.62º | 0.93% | 0.22% | - |
| HSV(B) | 109.62º | 0.96% | 0.42% | - |
| XYZ | 5.72 | 10.9 | 1.92 | - |
| YUV | 70.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 4 | 0.80 | 0 | 0.96 | 0.58 | 109.62 | 0.93 | 0.22 |
| Hex | 16 | 6C | 4 | 50 | 0 | 60 | 3A | 6E | 5D | 16 |
| Octal | 26 | 154 | 4 | 120 | 0 | 140 | 72 | 156 | 135 | 26 |
| Binary | 10110 | 1101100 | 100 | 1010000 | 0 | 1100000 | 111010 | 1101110 | 1011101 | 10110 |
Color Harmonies of #166C04
Complementary color
Monochromatic Colors of #166C04
Black with #166C04
Text Example
Text Example
White with #166C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C04; }
p { color: rgb(22,108,4); }
H1.HeaderClassName
{
color: #166C04;
}
.AnyTagClassName
{
color: #166C04;
}
</style>
background-color css
<style>
a { background-color: #166C04; }
a { background-color: rgb(22,108,4); }
div.DivClassName
{
background-color: #166C04;
}
.BgClassName
{
background-color: #166C04;
}
</style>
border-color css
<style>
span { border-color: #166C04; }
span { border-color: rgb(22,108,4); }
td.TdClassName
{
border-color: #166C04;
}
.TagClassName
{
border-color: #166C04;
}
</style>