Shades of San Felix #116A18
Tints of San Felix #116A18
RGB
CMYK
RGB Variations
Color information
#116A18 (or 0x116A18) is known color: San Felix. HEX triplet: 11, 6A and 18. RGB value is (17,106,24). Sum of RGB (Red+Green+Blue) = 17+106+24=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 106 (41.80% from 255 or 72.11% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 106 - color contains mainly: green. Hex color #116A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116A18 is #EE95E7. Grayscale: #464646. Windows color (decimal): -15635944 or 1600017. OLE color: 1600017.
HSL color Cylindrical-coordinate representation of color #116A18: hue angle of 124.72º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A18 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 24 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.58 |
| HSL | 124.72º | 0.72% | 0.24% | - |
| HSV(B) | 124.72º | 0.84% | 0.42% | - |
| XYZ | 5.55 | 10.49 | 2.6 | - |
| YUV | 70.04 | 102.01 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 24 | 0.84 | 0 | 0.77 | 0.58 | 124.72 | 0.72 | 0.24 |
| Hex | 11 | 6A | 18 | 54 | 0 | 4D | 3A | 7D | 48 | 18 |
| Octal | 21 | 152 | 30 | 124 | 0 | 115 | 72 | 175 | 110 | 30 |
| Binary | 10001 | 1101010 | 11000 | 1010100 | 0 | 1001101 | 111010 | 1111101 | 1001000 | 11000 |
Color Harmonies of #116A18
Complementary color
Monochromatic Colors of #116A18
Black with #116A18
Text Example
Text Example
White with #116A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A18; }
p { color: rgb(17,106,24); }
H1.HeaderClassName
{
color: #116A18;
}
.AnyTagClassName
{
color: #116A18;
}
</style>
background-color css
<style>
a { background-color: #116A18; }
a { background-color: rgb(17,106,24); }
div.DivClassName
{
background-color: #116A18;
}
.BgClassName
{
background-color: #116A18;
}
</style>
border-color css
<style>
span { border-color: #116A18; }
span { border-color: rgb(17,106,24); }
td.TdClassName
{
border-color: #116A18;
}
.TagClassName
{
border-color: #116A18;
}
</style>