Shades of Green #166C0A
Tints of Green #166C0A
RGB
CMYK
RGB Variations
Color information
#166C0A (or 0x166C0A) is known color: Green. HEX triplet: 16, 6C and 0A. RGB value is (22,108,10). Sum of RGB (Red+Green+Blue) = 22+108+10=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 108 (42.58% from 255 or 77.14% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 108 - color contains mainly: green. Hex color #166C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166C0A is #E993F5. Grayscale: #474747. Windows color (decimal): -15307766 or 683030. OLE color: 683030.
HSL color Cylindrical-coordinate representation of color #166C0A: hue angle of 112.65º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166C0A is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 10 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.58 |
| HSL | 112.65º | 0.83% | 0.23% | - |
| HSV(B) | 112.65º | 0.91% | 0.42% | - |
| XYZ | 5.75 | 10.92 | 2.09 | - |
| YUV | 71.11 | 93.51 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 10 | 0.80 | 0 | 0.91 | 0.58 | 112.65 | 0.83 | 0.23 |
| Hex | 16 | 6C | A | 50 | 0 | 5B | 3A | 71 | 53 | 17 |
| Octal | 26 | 154 | 12 | 120 | 0 | 133 | 72 | 161 | 123 | 27 |
| Binary | 10110 | 1101100 | 1010 | 1010000 | 0 | 1011011 | 111010 | 1110001 | 1010011 | 10111 |
Color Harmonies of #166C0A
Complementary color
Monochromatic Colors of #166C0A
Black with #166C0A
Text Example
Text Example
White with #166C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C0A; }
p { color: rgb(22,108,10); }
H1.HeaderClassName
{
color: #166C0A;
}
.AnyTagClassName
{
color: #166C0A;
}
</style>
background-color css
<style>
a { background-color: #166C0A; }
a { background-color: rgb(22,108,10); }
div.DivClassName
{
background-color: #166C0A;
}
.BgClassName
{
background-color: #166C0A;
}
</style>
border-color css
<style>
span { border-color: #166C0A; }
span { border-color: rgb(22,108,10); }
td.TdClassName
{
border-color: #166C0A;
}
.TagClassName
{
border-color: #166C0A;
}
</style>