Shades of Green #166F0A
Tints of Green #166F0A
RGB
CMYK
RGB Variations
Color information
#166F0A (or 0x166F0A) is known color: Green. HEX triplet: 16, 6F and 0A. RGB value is (22,111,10). Sum of RGB (Red+Green+Blue) = 22+111+10=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 111 (43.75% from 255 or 77.62% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 111 - color contains mainly: green. Hex color #166F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166F0A is #E990F5. Grayscale: #494949. Windows color (decimal): -15306998 or 683798. OLE color: 683798.
HSL color Cylindrical-coordinate representation of color #166F0A: hue angle of 112.87º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166F0A is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 10 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.56 |
| HSL | 112.87º | 0.83% | 0.24% | - |
| HSV(B) | 112.87º | 0.91% | 0.44% | - |
| XYZ | 6.07 | 11.56 | 2.2 | - |
| YUV | 72.88 | 92.51 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 10 | 0.80 | 0 | 0.91 | 0.56 | 112.87 | 0.83 | 0.24 |
| Hex | 16 | 6F | A | 50 | 0 | 5B | 38 | 71 | 53 | 18 |
| Octal | 26 | 157 | 12 | 120 | 0 | 133 | 70 | 161 | 123 | 30 |
| Binary | 10110 | 1101111 | 1010 | 1010000 | 0 | 1011011 | 111000 | 1110001 | 1010011 | 11000 |
Color Harmonies of #166F0A
Complementary color
Monochromatic Colors of #166F0A
Black with #166F0A
Text Example
Text Example
White with #166F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F0A; }
p { color: rgb(22,111,10); }
H1.HeaderClassName
{
color: #166F0A;
}
.AnyTagClassName
{
color: #166F0A;
}
</style>
background-color css
<style>
a { background-color: #166F0A; }
a { background-color: rgb(22,111,10); }
div.DivClassName
{
background-color: #166F0A;
}
.BgClassName
{
background-color: #166F0A;
}
</style>
border-color css
<style>
span { border-color: #166F0A; }
span { border-color: rgb(22,111,10); }
td.TdClassName
{
border-color: #166F0A;
}
.TagClassName
{
border-color: #166F0A;
}
</style>