Shades of San Felix #166E19
Tints of San Felix #166E19
RGB
CMYK
RGB Variations
Color information
#166E19 (or 0x166E19) is known color: San Felix. HEX triplet: 16, 6E and 19. RGB value is (22,110,25). Sum of RGB (Red+Green+Blue) = 22+110+25=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 110 (43.36% from 255 or 70.06% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 110 - color contains mainly: green. Hex color #166E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166E19 is #E991E6. Grayscale: #4A4A4A. Windows color (decimal): -15307239 or 1666582. OLE color: 1666582.
HSL color Cylindrical-coordinate representation of color #166E19: hue angle of 122.05º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E19 is Cyan = 0.8, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 110 | 25 | - |
| CMYK | 0.8 | 0 | 0.77 | 0.57 |
| HSL | 122.05º | 0.67% | 0.26% | - |
| HSV(B) | 122.05º | 0.8% | 0.43% | - |
| XYZ | 6.08 | 11.39 | 2.8 | - |
| YUV | 74 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 25 | 0.8 | 0 | 0.77 | 0.57 | 122.05 | 0.67 | 0.26 |
| Hex | 16 | 6E | 19 | 50 | 0 | 4D | 39 | 7A | 43 | 1A |
| Octal | 26 | 156 | 31 | 120 | 0 | 115 | 71 | 172 | 103 | 32 |
| Binary | 10110 | 1101110 | 11001 | 1010000 | 0 | 1001101 | 111001 | 1111010 | 1000011 | 11010 |
Color Harmonies of #166E19
Complementary color
Monochromatic Colors of #166E19
Black with #166E19
Text Example
Text Example
White with #166E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E19; }
p { color: rgb(22,110,25); }
H1.HeaderClassName
{
color: #166E19;
}
.AnyTagClassName
{
color: #166E19;
}
</style>
background-color css
<style>
a { background-color: #166E19; }
a { background-color: rgb(22,110,25); }
div.DivClassName
{
background-color: #166E19;
}
.BgClassName
{
background-color: #166E19;
}
</style>
border-color css
<style>
span { border-color: #166E19; }
span { border-color: rgb(22,110,25); }
td.TdClassName
{
border-color: #166E19;
}
.TagClassName
{
border-color: #166E19;
}
</style>