Shades of San Felix #156C17
Tints of San Felix #156C17
RGB
CMYK
RGB Variations
Color information
#156C17 (or 0x156C17) is known color: San Felix. HEX triplet: 15, 6C and 17. RGB value is (21,108,23). Sum of RGB (Red+Green+Blue) = 21+108+23=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #156C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156C17 is #EA93E8. Grayscale: #484848. Windows color (decimal): -15373289 or 1534997. OLE color: 1534997.
HSL color Cylindrical-coordinate representation of color #156C17: hue angle of 121.38º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C17 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 108 | 23 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.58 |
| HSL | 121.38º | 0.67% | 0.25% | - |
| HSV(B) | 121.38º | 0.81% | 0.42% | - |
| XYZ | 5.83 | 10.95 | 2.62 | - |
| YUV | 72.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 23 | 0.81 | 0 | 0.79 | 0.58 | 121.38 | 0.67 | 0.25 |
| Hex | 15 | 6C | 17 | 51 | 0 | 4F | 3A | 79 | 43 | 19 |
| Octal | 25 | 154 | 27 | 121 | 0 | 117 | 72 | 171 | 103 | 31 |
| Binary | 10101 | 1101100 | 10111 | 1010001 | 0 | 1001111 | 111010 | 1111001 | 1000011 | 11001 |
Color Harmonies of #156C17
Complementary color
Monochromatic Colors of #156C17
Black with #156C17
Text Example
Text Example
White with #156C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156C17; }
p { color: rgb(21,108,23); }
H1.HeaderClassName
{
color: #156C17;
}
.AnyTagClassName
{
color: #156C17;
}
</style>
background-color css
<style>
a { background-color: #156C17; }
a { background-color: rgb(21,108,23); }
div.DivClassName
{
background-color: #156C17;
}
.BgClassName
{
background-color: #156C17;
}
</style>
border-color css
<style>
span { border-color: #156C17; }
span { border-color: rgb(21,108,23); }
td.TdClassName
{
border-color: #156C17;
}
.TagClassName
{
border-color: #156C17;
}
</style>