Shades of Elf Green #1DA16D
Tints of Elf Green #1DA16D
RGB
CMYK
RGB Variations
Color information
#1DA16D (or 0x1DA16D) is known color: Elf Green. HEX triplet: 1D, A1 and 6D. RGB value is (29,161,109). Sum of RGB (Red+Green+Blue) = 29+161+109=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA16D is #E25E92. Grayscale: #737373. Windows color (decimal): -14835347 or 7184669. OLE color: 7184669.
HSL color Cylindrical-coordinate representation of color #1DA16D: hue angle of 156.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA16D is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 109 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.37 |
| HSL | 156.36º | 0.69% | 0.37% | - |
| HSV(B) | 156.36º | 0.82% | 0.63% | - |
| XYZ | 16.01 | 26.86 | 18.81 | - |
| YUV | 115.6 | 124.27 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 109 | 0.82 | 0 | 0.32 | 0.37 | 156.36 | 0.69 | 0.37 |
| Hex | 1D | A1 | 6D | 52 | 0 | 20 | 25 | 9C | 45 | 25 |
| Octal | 35 | 241 | 155 | 122 | 0 | 40 | 45 | 234 | 105 | 45 |
| Binary | 11101 | 10100001 | 1101101 | 1010010 | 0 | 100000 | 100101 | 10011100 | 1000101 | 100101 |
Color Harmonies of #1DA16D
Complementary color
Monochromatic Colors of #1DA16D
Black with #1DA16D
Text Example
Text Example
White with #1DA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA16D; }
p { color: rgb(29,161,109); }
H1.HeaderClassName
{
color: #1DA16D;
}
.AnyTagClassName
{
color: #1DA16D;
}
</style>
background-color css
<style>
a { background-color: #1DA16D; }
a { background-color: rgb(29,161,109); }
div.DivClassName
{
background-color: #1DA16D;
}
.BgClassName
{
background-color: #1DA16D;
}
</style>
border-color css
<style>
span { border-color: #1DA16D; }
span { border-color: rgb(29,161,109); }
td.TdClassName
{
border-color: #1DA16D;
}
.TagClassName
{
border-color: #1DA16D;
}
</style>