Shades of Elf Green #1A966F
Tints of Elf Green #1A966F
RGB
CMYK
RGB Variations
Color information
#1A966F (or 0x1A966F) is known color: Elf Green. HEX triplet: 1A, 96 and 6F. RGB value is (26,150,111). Sum of RGB (Red+Green+Blue) = 26+150+111=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #1A966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A966F is #E56990. Grayscale: #6C6C6C. Windows color (decimal): -15034769 or 7312922. OLE color: 7312922.
HSL color Cylindrical-coordinate representation of color #1A966F: hue angle of 161.13º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A966F is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 150 | 111 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.41 |
| HSL | 161.13º | 0.7% | 0.35% | - |
| HSV(B) | 161.13º | 0.83% | 0.59% | - |
| XYZ | 14.2 | 23.18 | 18.76 | - |
| YUV | 108.48 | 129.42 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 150 | 111 | 0.83 | 0 | 0.26 | 0.41 | 161.13 | 0.7 | 0.35 |
| Hex | 1A | 96 | 6F | 53 | 0 | 1A | 29 | A1 | 46 | 23 |
| Octal | 32 | 226 | 157 | 123 | 0 | 32 | 51 | 241 | 106 | 43 |
| Binary | 11010 | 10010110 | 1101111 | 1010011 | 0 | 11010 | 101001 | 10100001 | 1000110 | 100011 |
Color Harmonies of #1A966F
Complementary color
Monochromatic Colors of #1A966F
Black with #1A966F
Text Example
Text Example
White with #1A966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A966F; }
p { color: rgb(26,150,111); }
H1.HeaderClassName
{
color: #1A966F;
}
.AnyTagClassName
{
color: #1A966F;
}
</style>
background-color css
<style>
a { background-color: #1A966F; }
a { background-color: rgb(26,150,111); }
div.DivClassName
{
background-color: #1A966F;
}
.BgClassName
{
background-color: #1A966F;
}
</style>
border-color css
<style>
span { border-color: #1A966F; }
span { border-color: rgb(26,150,111); }
td.TdClassName
{
border-color: #1A966F;
}
.TagClassName
{
border-color: #1A966F;
}
</style>