Shades of San Felix #196A20
Tints of San Felix #196A20
RGB
CMYK
RGB Variations
Color information
#196A20 (or 0x196A20) is known color: San Felix. HEX triplet: 19, 6A and 20. RGB value is (25,106,32). Sum of RGB (Red+Green+Blue) = 25+106+32=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #196A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196A20 is #E695DF. Grayscale: #494949. Windows color (decimal): -15111648 or 2124313. OLE color: 2124313.
HSL color Cylindrical-coordinate representation of color #196A20: hue angle of 125.19º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196A20 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 106 | 32 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.58 |
| HSL | 125.19º | 0.62% | 0.26% | - |
| HSV(B) | 125.19º | 0.76% | 0.42% | - |
| XYZ | 5.82 | 10.62 | 3.11 | - |
| YUV | 73.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 32 | 0.76 | 0 | 0.70 | 0.58 | 125.19 | 0.62 | 0.26 |
| Hex | 19 | 6A | 20 | 4C | 0 | 46 | 3A | 7D | 3E | 1A |
| Octal | 31 | 152 | 40 | 114 | 0 | 106 | 72 | 175 | 76 | 32 |
| Binary | 11001 | 1101010 | 100000 | 1001100 | 0 | 1000110 | 111010 | 1111101 | 111110 | 11010 |
Color Harmonies of #196A20
Complementary color
Monochromatic Colors of #196A20
Black with #196A20
Text Example
Text Example
White with #196A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A20; }
p { color: rgb(25,106,32); }
H1.HeaderClassName
{
color: #196A20;
}
.AnyTagClassName
{
color: #196A20;
}
</style>
background-color css
<style>
a { background-color: #196A20; }
a { background-color: rgb(25,106,32); }
div.DivClassName
{
background-color: #196A20;
}
.BgClassName
{
background-color: #196A20;
}
</style>
border-color css
<style>
span { border-color: #196A20; }
span { border-color: rgb(25,106,32); }
td.TdClassName
{
border-color: #196A20;
}
.TagClassName
{
border-color: #196A20;
}
</style>