Shades of San Felix #186A15
Tints of San Felix #186A15
RGB
CMYK
RGB Variations
Color information
#186A15 (or 0x186A15) is known color: San Felix. HEX triplet: 18, 6A and 15. RGB value is (24,106,21). Sum of RGB (Red+Green+Blue) = 24+106+21=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #186A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186A15 is #E795EA. Grayscale: #484848. Windows color (decimal): -15177195 or 1403416. OLE color: 1403416.
HSL color Cylindrical-coordinate representation of color #186A15: hue angle of 117.88º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186A15 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 21 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.58 |
| HSL | 117.88º | 0.67% | 0.25% | - |
| HSV(B) | 117.88º | 0.8% | 0.42% | - |
| XYZ | 5.67 | 10.56 | 2.45 | - |
| YUV | 71.79 | 99.33 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 21 | 0.77 | 0 | 0.80 | 0.58 | 117.88 | 0.67 | 0.25 |
| Hex | 18 | 6A | 15 | 4D | 0 | 50 | 3A | 76 | 43 | 19 |
| Octal | 30 | 152 | 25 | 115 | 0 | 120 | 72 | 166 | 103 | 31 |
| Binary | 11000 | 1101010 | 10101 | 1001101 | 0 | 1010000 | 111010 | 1110110 | 1000011 | 11001 |
Color Harmonies of #186A15
Complementary color
Monochromatic Colors of #186A15
Black with #186A15
Text Example
Text Example
White with #186A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A15; }
p { color: rgb(24,106,21); }
H1.HeaderClassName
{
color: #186A15;
}
.AnyTagClassName
{
color: #186A15;
}
</style>
background-color css
<style>
a { background-color: #186A15; }
a { background-color: rgb(24,106,21); }
div.DivClassName
{
background-color: #186A15;
}
.BgClassName
{
background-color: #186A15;
}
</style>
border-color css
<style>
span { border-color: #186A15; }
span { border-color: rgb(24,106,21); }
td.TdClassName
{
border-color: #186A15;
}
.TagClassName
{
border-color: #186A15;
}
</style>