Shades of San Felix #166D1A
Tints of San Felix #166D1A
RGB
CMYK
RGB Variations
Color information
#166D1A (or 0x166D1A) is known color: San Felix. HEX triplet: 16, 6D and 1A. RGB value is (22,109,26). Sum of RGB (Red+Green+Blue) = 22+109+26=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 109 (42.97% from 255 or 69.43% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 109 - color contains mainly: green. Hex color #166D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D1A is #E992E5. Grayscale: #494949. Windows color (decimal): -15307494 or 1731862. OLE color: 1731862.
HSL color Cylindrical-coordinate representation of color #166D1A: hue angle of 122.76º degrees, saturation: 0.66, 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 #166D1A is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 109 | 26 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.57 |
| HSL | 122.76º | 0.66% | 0.26% | - |
| HSV(B) | 122.76º | 0.8% | 0.43% | - |
| XYZ | 5.99 | 11.18 | 2.82 | - |
| YUV | 73.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 26 | 0.80 | 0 | 0.76 | 0.57 | 122.76 | 0.66 | 0.26 |
| Hex | 16 | 6D | 1A | 50 | 0 | 4C | 39 | 7B | 42 | 1A |
| Octal | 26 | 155 | 32 | 120 | 0 | 114 | 71 | 173 | 102 | 32 |
| Binary | 10110 | 1101101 | 11010 | 1010000 | 0 | 1001100 | 111001 | 1111011 | 1000010 | 11010 |
Color Harmonies of #166D1A
Complementary color
Monochromatic Colors of #166D1A
Black with #166D1A
Text Example
Text Example
White with #166D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D1A; }
p { color: rgb(22,109,26); }
H1.HeaderClassName
{
color: #166D1A;
}
.AnyTagClassName
{
color: #166D1A;
}
</style>
background-color css
<style>
a { background-color: #166D1A; }
a { background-color: rgb(22,109,26); }
div.DivClassName
{
background-color: #166D1A;
}
.BgClassName
{
background-color: #166D1A;
}
</style>
border-color css
<style>
span { border-color: #166D1A; }
span { border-color: rgb(22,109,26); }
td.TdClassName
{
border-color: #166D1A;
}
.TagClassName
{
border-color: #166D1A;
}
</style>