Shades of Elf Green #1DA069
Tints of Elf Green #1DA069
RGB
CMYK
RGB Variations
Color information
#1DA069 (or 0x1DA069) is known color: Elf Green. HEX triplet: 1D, A0 and 69. RGB value is (29,160,105). Sum of RGB (Red+Green+Blue) = 29+160+105=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA069 is #E25F96. Grayscale: #727272. Windows color (decimal): -14835607 or 6922269. OLE color: 6922269.
HSL color Cylindrical-coordinate representation of color #1DA069: hue angle of 154.81º 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 #1DA069 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 105 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.37 |
| HSL | 154.81º | 0.69% | 0.37% | - |
| HSV(B) | 154.81º | 0.82% | 0.63% | - |
| XYZ | 15.63 | 26.42 | 17.64 | - |
| YUV | 114.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 105 | 0.82 | 0 | 0.34 | 0.37 | 154.81 | 0.69 | 0.37 |
| Hex | 1D | A0 | 69 | 52 | 0 | 22 | 25 | 9B | 45 | 25 |
| Octal | 35 | 240 | 151 | 122 | 0 | 42 | 45 | 233 | 105 | 45 |
| Binary | 11101 | 10100000 | 1101001 | 1010010 | 0 | 100010 | 100101 | 10011011 | 1000101 | 100101 |
Color Harmonies of #1DA069
Complementary color
Monochromatic Colors of #1DA069
Black with #1DA069
Text Example
Text Example
White with #1DA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA069; }
p { color: rgb(29,160,105); }
H1.HeaderClassName
{
color: #1DA069;
}
.AnyTagClassName
{
color: #1DA069;
}
</style>
background-color css
<style>
a { background-color: #1DA069; }
a { background-color: rgb(29,160,105); }
div.DivClassName
{
background-color: #1DA069;
}
.BgClassName
{
background-color: #1DA069;
}
</style>
border-color css
<style>
span { border-color: #1DA069; }
span { border-color: rgb(29,160,105); }
td.TdClassName
{
border-color: #1DA069;
}
.TagClassName
{
border-color: #1DA069;
}
</style>