Shades of Elf Green #1DA36F
Tints of Elf Green #1DA36F
RGB
CMYK
RGB Variations
Color information
#1DA36F (or 0x1DA36F) is known color: Elf Green. HEX triplet: 1D, A3 and 6F. RGB value is (29,163,111). Sum of RGB (Red+Green+Blue) = 29+163+111=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA36F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA36F is #E25C90. Grayscale: #757575. Windows color (decimal): -14834833 or 7316253. OLE color: 7316253.
HSL color Cylindrical-coordinate representation of color #1DA36F: hue angle of 156.72º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA36F is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 111 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.36 |
| HSL | 156.72º | 0.7% | 0.38% | - |
| HSV(B) | 156.72º | 0.82% | 0.64% | - |
| XYZ | 16.47 | 27.6 | 19.5 | - |
| YUV | 117.01 | 124.61 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 111 | 0.82 | 0 | 0.32 | 0.36 | 156.72 | 0.7 | 0.38 |
| Hex | 1D | A3 | 6F | 52 | 0 | 20 | 24 | 9D | 46 | 26 |
| Octal | 35 | 243 | 157 | 122 | 0 | 40 | 44 | 235 | 106 | 46 |
| Binary | 11101 | 10100011 | 1101111 | 1010010 | 0 | 100000 | 100100 | 10011101 | 1000110 | 100110 |
Color Harmonies of #1DA36F
Complementary color
Monochromatic Colors of #1DA36F
Black with #1DA36F
Text Example
Text Example
White with #1DA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA36F; }
p { color: rgb(29,163,111); }
H1.HeaderClassName
{
color: #1DA36F;
}
.AnyTagClassName
{
color: #1DA36F;
}
</style>
background-color css
<style>
a { background-color: #1DA36F; }
a { background-color: rgb(29,163,111); }
div.DivClassName
{
background-color: #1DA36F;
}
.BgClassName
{
background-color: #1DA36F;
}
</style>
border-color css
<style>
span { border-color: #1DA36F; }
span { border-color: rgb(29,163,111); }
td.TdClassName
{
border-color: #1DA36F;
}
.TagClassName
{
border-color: #1DA36F;
}
</style>