Shades of Elf Green #1AA06D
Tints of Elf Green #1AA06D
RGB
CMYK
RGB Variations
Color information
#1AA06D (or 0x1AA06D) is known color: Elf Green. HEX triplet: 1A, A0 and 6D. RGB value is (26,160,109). Sum of RGB (Red+Green+Blue) = 26+160+109=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA06D is #E55F92. Grayscale: #727272. Windows color (decimal): -15032211 or 7184410. OLE color: 7184410.
HSL color Cylindrical-coordinate representation of color #1AA06D: hue angle of 157.16º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA06D is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 109 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.37 |
| HSL | 157.16º | 0.72% | 0.36% | - |
| HSV(B) | 157.16º | 0.84% | 0.63% | - |
| XYZ | 15.76 | 26.47 | 18.75 | - |
| YUV | 114.12 | 125.11 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 109 | 0.84 | 0 | 0.32 | 0.37 | 157.16 | 0.72 | 0.36 |
| Hex | 1A | A0 | 6D | 54 | 0 | 20 | 25 | 9D | 48 | 24 |
| Octal | 32 | 240 | 155 | 124 | 0 | 40 | 45 | 235 | 110 | 44 |
| Binary | 11010 | 10100000 | 1101101 | 1010100 | 0 | 100000 | 100101 | 10011101 | 1001000 | 100100 |
Color Harmonies of #1AA06D
Complementary color
Monochromatic Colors of #1AA06D
Black with #1AA06D
Text Example
Text Example
White with #1AA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA06D; }
p { color: rgb(26,160,109); }
H1.HeaderClassName
{
color: #1AA06D;
}
.AnyTagClassName
{
color: #1AA06D;
}
</style>
background-color css
<style>
a { background-color: #1AA06D; }
a { background-color: rgb(26,160,109); }
div.DivClassName
{
background-color: #1AA06D;
}
.BgClassName
{
background-color: #1AA06D;
}
</style>
border-color css
<style>
span { border-color: #1AA06D; }
span { border-color: rgb(26,160,109); }
td.TdClassName
{
border-color: #1AA06D;
}
.TagClassName
{
border-color: #1AA06D;
}
</style>