Shades of Elf Green #1A966A
Tints of Elf Green #1A966A
RGB
CMYK
RGB Variations
Color information
#1A966A (or 0x1A966A) is known color: Elf Green. HEX triplet: 1A, 96 and 6A. RGB value is (26,150,106). Sum of RGB (Red+Green+Blue) = 26+150+106=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #1A966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A966A is #E56995. Grayscale: #6B6B6B. Windows color (decimal): -15034774 or 6985242. OLE color: 6985242.
HSL color Cylindrical-coordinate representation of color #1A966A: hue angle of 158.71º 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 #1A966A is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 150 | 106 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.41 |
| HSL | 158.71º | 0.7% | 0.35% | - |
| HSV(B) | 158.71º | 0.83% | 0.59% | - |
| XYZ | 13.93 | 23.07 | 17.35 | - |
| YUV | 107.91 | 126.92 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 150 | 106 | 0.83 | 0 | 0.29 | 0.41 | 158.71 | 0.7 | 0.35 |
| Hex | 1A | 96 | 6A | 53 | 0 | 1D | 29 | 9F | 46 | 23 |
| Octal | 32 | 226 | 152 | 123 | 0 | 35 | 51 | 237 | 106 | 43 |
| Binary | 11010 | 10010110 | 1101010 | 1010011 | 0 | 11101 | 101001 | 10011111 | 1000110 | 100011 |
Color Harmonies of #1A966A
Complementary color
Monochromatic Colors of #1A966A
Black with #1A966A
Text Example
Text Example
White with #1A966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A966A; }
p { color: rgb(26,150,106); }
H1.HeaderClassName
{
color: #1A966A;
}
.AnyTagClassName
{
color: #1A966A;
}
</style>
background-color css
<style>
a { background-color: #1A966A; }
a { background-color: rgb(26,150,106); }
div.DivClassName
{
background-color: #1A966A;
}
.BgClassName
{
background-color: #1A966A;
}
</style>
border-color css
<style>
span { border-color: #1A966A; }
span { border-color: rgb(26,150,106); }
td.TdClassName
{
border-color: #1A966A;
}
.TagClassName
{
border-color: #1A966A;
}
</style>