Shades of Elf Green #1DA06E
Tints of Elf Green #1DA06E
RGB
CMYK
RGB Variations
Color information
#1DA06E (or 0x1DA06E) is known color: Elf Green. HEX triplet: 1D, A0 and 6E. RGB value is (29,160,110). Sum of RGB (Red+Green+Blue) = 29+160+110=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 160 (62.89% from 255 or 53.51% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA06E is #E25F91. Grayscale: #737373. Windows color (decimal): -14835602 or 7249949. OLE color: 7249949.
HSL color Cylindrical-coordinate representation of color #1DA06E: hue angle of 157.1º 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 #1DA06E is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 110 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.37 |
| HSL | 157.1º | 0.69% | 0.37% | - |
| HSV(B) | 157.1º | 0.82% | 0.63% | - |
| XYZ | 15.89 | 26.53 | 19.03 | - |
| YUV | 115.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 110 | 0.82 | 0 | 0.31 | 0.37 | 157.1 | 0.69 | 0.37 |
| Hex | 1D | A0 | 6E | 52 | 0 | 1F | 25 | 9D | 45 | 25 |
| Octal | 35 | 240 | 156 | 122 | 0 | 37 | 45 | 235 | 105 | 45 |
| Binary | 11101 | 10100000 | 1101110 | 1010010 | 0 | 11111 | 100101 | 10011101 | 1000101 | 100101 |
Color Harmonies of #1DA06E
Complementary color
Monochromatic Colors of #1DA06E
Black with #1DA06E
Text Example
Text Example
White with #1DA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA06E; }
p { color: rgb(29,160,110); }
H1.HeaderClassName
{
color: #1DA06E;
}
.AnyTagClassName
{
color: #1DA06E;
}
</style>
background-color css
<style>
a { background-color: #1DA06E; }
a { background-color: rgb(29,160,110); }
div.DivClassName
{
background-color: #1DA06E;
}
.BgClassName
{
background-color: #1DA06E;
}
</style>
border-color css
<style>
span { border-color: #1DA06E; }
span { border-color: rgb(29,160,110); }
td.TdClassName
{
border-color: #1DA06E;
}
.TagClassName
{
border-color: #1DA06E;
}
</style>