Shades of Elf Green #1DA06C
Tints of Elf Green #1DA06C
RGB
CMYK
RGB Variations
Color information
#1DA06C (or 0x1DA06C) is known color: Elf Green. HEX triplet: 1D, A0 and 6C. RGB value is (29,160,108). Sum of RGB (Red+Green+Blue) = 29+160+108=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA06C is #E25F93. Grayscale: #727272. Windows color (decimal): -14835604 or 7118877. OLE color: 7118877.
HSL color Cylindrical-coordinate representation of color #1DA06C: hue angle of 156.18º 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 #1DA06C is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 108 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.37 |
| HSL | 156.18º | 0.69% | 0.37% | - |
| HSV(B) | 156.18º | 0.82% | 0.63% | - |
| XYZ | 15.78 | 26.49 | 18.47 | - |
| YUV | 114.9 | 124.1 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 108 | 0.82 | 0 | 0.32 | 0.37 | 156.18 | 0.69 | 0.37 |
| Hex | 1D | A0 | 6C | 52 | 0 | 20 | 25 | 9C | 45 | 25 |
| Octal | 35 | 240 | 154 | 122 | 0 | 40 | 45 | 234 | 105 | 45 |
| Binary | 11101 | 10100000 | 1101100 | 1010010 | 0 | 100000 | 100101 | 10011100 | 1000101 | 100101 |
Color Harmonies of #1DA06C
Complementary color
Monochromatic Colors of #1DA06C
Black with #1DA06C
Text Example
Text Example
White with #1DA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA06C; }
p { color: rgb(29,160,108); }
H1.HeaderClassName
{
color: #1DA06C;
}
.AnyTagClassName
{
color: #1DA06C;
}
</style>
background-color css
<style>
a { background-color: #1DA06C; }
a { background-color: rgb(29,160,108); }
div.DivClassName
{
background-color: #1DA06C;
}
.BgClassName
{
background-color: #1DA06C;
}
</style>
border-color css
<style>
span { border-color: #1DA06C; }
span { border-color: rgb(29,160,108); }
td.TdClassName
{
border-color: #1DA06C;
}
.TagClassName
{
border-color: #1DA06C;
}
</style>