Shades of San Felix #1A6916
Tints of San Felix #1A6916
RGB
CMYK
RGB Variations
Color information
#1A6916 (or 0x1A6916) is known color: San Felix. HEX triplet: 1A, 69 and 16. RGB value is (26,105,22). Sum of RGB (Red+Green+Blue) = 26+105+22=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #1A6916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6916 is #E596E9. Grayscale: #484848. Windows color (decimal): -15046378 or 1468698. OLE color: 1468698.
HSL color Cylindrical-coordinate representation of color #1A6916: hue angle of 117.11º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A6916 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 105 | 22 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.59 |
| HSL | 117.11º | 0.65% | 0.25% | - |
| HSV(B) | 117.11º | 0.79% | 0.41% | - |
| XYZ | 5.62 | 10.38 | 2.47 | - |
| YUV | 71.92 | 99.83 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 22 | 0.75 | 0 | 0.79 | 0.59 | 117.11 | 0.65 | 0.25 |
| Hex | 1A | 69 | 16 | 4B | 0 | 4F | 3B | 75 | 41 | 19 |
| Octal | 32 | 151 | 26 | 113 | 0 | 117 | 73 | 165 | 101 | 31 |
| Binary | 11010 | 1101001 | 10110 | 1001011 | 0 | 1001111 | 111011 | 1110101 | 1000001 | 11001 |
Color Harmonies of #1A6916
Complementary color
Monochromatic Colors of #1A6916
Black with #1A6916
Text Example
Text Example
White with #1A6916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6916; }
p { color: rgb(26,105,22); }
H1.HeaderClassName
{
color: #1A6916;
}
.AnyTagClassName
{
color: #1A6916;
}
</style>
background-color css
<style>
a { background-color: #1A6916; }
a { background-color: rgb(26,105,22); }
div.DivClassName
{
background-color: #1A6916;
}
.BgClassName
{
background-color: #1A6916;
}
</style>
border-color css
<style>
span { border-color: #1A6916; }
span { border-color: rgb(26,105,22); }
td.TdClassName
{
border-color: #1A6916;
}
.TagClassName
{
border-color: #1A6916;
}
</style>