Shades of San Felix #126C19
Tints of San Felix #126C19
RGB
CMYK
RGB Variations
Color information
#126C19 (or 0x126C19) is known color: San Felix. HEX triplet: 12, 6C and 19. RGB value is (18,108,25). Sum of RGB (Red+Green+Blue) = 18+108+25=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #126C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126C19 is #ED93E6. Grayscale: #474747. Windows color (decimal): -15569895 or 1666066. OLE color: 1666066.
HSL color Cylindrical-coordinate representation of color #126C19: hue angle of 124.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126C19 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 108 | 25 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.58 |
| HSL | 124.67º | 0.71% | 0.25% | - |
| HSV(B) | 124.67º | 0.83% | 0.42% | - |
| XYZ | 5.79 | 10.92 | 2.72 | - |
| YUV | 71.63 | 101.68 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 25 | 0.83 | 0 | 0.77 | 0.58 | 124.67 | 0.71 | 0.25 |
| Hex | 12 | 6C | 19 | 53 | 0 | 4D | 3A | 7D | 47 | 19 |
| Octal | 22 | 154 | 31 | 123 | 0 | 115 | 72 | 175 | 107 | 31 |
| Binary | 10010 | 1101100 | 11001 | 1010011 | 0 | 1001101 | 111010 | 1111101 | 1000111 | 11001 |
Color Harmonies of #126C19
Complementary color
Monochromatic Colors of #126C19
Black with #126C19
Text Example
Text Example
White with #126C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C19; }
p { color: rgb(18,108,25); }
H1.HeaderClassName
{
color: #126C19;
}
.AnyTagClassName
{
color: #126C19;
}
</style>
background-color css
<style>
a { background-color: #126C19; }
a { background-color: rgb(18,108,25); }
div.DivClassName
{
background-color: #126C19;
}
.BgClassName
{
background-color: #126C19;
}
</style>
border-color css
<style>
span { border-color: #126C19; }
span { border-color: rgb(18,108,25); }
td.TdClassName
{
border-color: #126C19;
}
.TagClassName
{
border-color: #126C19;
}
</style>