Shades of Elf Green #1AA16D
Tints of Elf Green #1AA16D
RGB
CMYK
RGB Variations
Color information
#1AA16D (or 0x1AA16D) is known color: Elf Green. HEX triplet: 1A, A1 and 6D. RGB value is (26,161,109). Sum of RGB (Red+Green+Blue) = 26+161+109=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA16D is #E55E92. Grayscale: #727272. Windows color (decimal): -15031955 or 7184666. OLE color: 7184666.
HSL color Cylindrical-coordinate representation of color #1AA16D: hue angle of 156.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA16D is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 109 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.37 |
| HSL | 156.89º | 0.72% | 0.37% | - |
| HSV(B) | 156.89º | 0.84% | 0.63% | - |
| XYZ | 15.93 | 26.81 | 18.8 | - |
| YUV | 114.71 | 124.77 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 109 | 0.84 | 0 | 0.32 | 0.37 | 156.89 | 0.72 | 0.37 |
| Hex | 1A | A1 | 6D | 54 | 0 | 20 | 25 | 9D | 48 | 25 |
| Octal | 32 | 241 | 155 | 124 | 0 | 40 | 45 | 235 | 110 | 45 |
| Binary | 11010 | 10100001 | 1101101 | 1010100 | 0 | 100000 | 100101 | 10011101 | 1001000 | 100101 |
Color Harmonies of #1AA16D
Complementary color
Monochromatic Colors of #1AA16D
Black with #1AA16D
Text Example
Text Example
White with #1AA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA16D; }
p { color: rgb(26,161,109); }
H1.HeaderClassName
{
color: #1AA16D;
}
.AnyTagClassName
{
color: #1AA16D;
}
</style>
background-color css
<style>
a { background-color: #1AA16D; }
a { background-color: rgb(26,161,109); }
div.DivClassName
{
background-color: #1AA16D;
}
.BgClassName
{
background-color: #1AA16D;
}
</style>
border-color css
<style>
span { border-color: #1AA16D; }
span { border-color: rgb(26,161,109); }
td.TdClassName
{
border-color: #1AA16D;
}
.TagClassName
{
border-color: #1AA16D;
}
</style>