Shades of Green #166E0F
Tints of Green #166E0F
RGB
CMYK
RGB Variations
Color information
#166E0F (or 0x166E0F) is known color: Green. HEX triplet: 16, 6E and 0F. RGB value is (22,110,15). Sum of RGB (Red+Green+Blue) = 22+110+15=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 110 (43.36% from 255 or 74.83% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 110 - color contains mainly: green. Hex color #166E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166E0F is #E991F0. Grayscale: #494949. Windows color (decimal): -15307249 or 1011222. OLE color: 1011222.
HSL color Cylindrical-coordinate representation of color #166E0F: hue angle of 115.58º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166E0F is Cyan = 0.8, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 110 | 15 | - |
| CMYK | 0.8 | 0 | 0.86 | 0.57 |
| HSL | 115.58º | 0.76% | 0.25% | - |
| HSV(B) | 115.58º | 0.86% | 0.43% | - |
| XYZ | 5.99 | 11.36 | 2.33 | - |
| YUV | 72.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 15 | 0.8 | 0 | 0.86 | 0.57 | 115.58 | 0.76 | 0.25 |
| Hex | 16 | 6E | F | 50 | 0 | 56 | 39 | 74 | 4C | 19 |
| Octal | 26 | 156 | 17 | 120 | 0 | 126 | 71 | 164 | 114 | 31 |
| Binary | 10110 | 1101110 | 1111 | 1010000 | 0 | 1010110 | 111001 | 1110100 | 1001100 | 11001 |
Color Harmonies of #166E0F
Complementary color
Monochromatic Colors of #166E0F
Black with #166E0F
Text Example
Text Example
White with #166E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E0F; }
p { color: rgb(22,110,15); }
H1.HeaderClassName
{
color: #166E0F;
}
.AnyTagClassName
{
color: #166E0F;
}
</style>
background-color css
<style>
a { background-color: #166E0F; }
a { background-color: rgb(22,110,15); }
div.DivClassName
{
background-color: #166E0F;
}
.BgClassName
{
background-color: #166E0F;
}
</style>
border-color css
<style>
span { border-color: #166E0F; }
span { border-color: rgb(22,110,15); }
td.TdClassName
{
border-color: #166E0F;
}
.TagClassName
{
border-color: #166E0F;
}
</style>