Shades of Elf Green #1DA16C
Tints of Elf Green #1DA16C
RGB
CMYK
RGB Variations
Color information
#1DA16C (or 0x1DA16C) is known color: Elf Green. HEX triplet: 1D, A1 and 6C. RGB value is (29,161,108). Sum of RGB (Red+Green+Blue) = 29+161+108=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA16C is #E25E93. Grayscale: #737373. Windows color (decimal): -14835348 or 7119133. OLE color: 7119133.
HSL color Cylindrical-coordinate representation of color #1DA16C: hue angle of 155.91º 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 #1DA16C is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 108 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.37 |
| HSL | 155.91º | 0.69% | 0.37% | - |
| HSV(B) | 155.91º | 0.82% | 0.63% | - |
| XYZ | 15.96 | 26.83 | 18.53 | - |
| YUV | 115.49 | 123.77 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 108 | 0.82 | 0 | 0.33 | 0.37 | 155.91 | 0.69 | 0.37 |
| Hex | 1D | A1 | 6C | 52 | 0 | 21 | 25 | 9C | 45 | 25 |
| Octal | 35 | 241 | 154 | 122 | 0 | 41 | 45 | 234 | 105 | 45 |
| Binary | 11101 | 10100001 | 1101100 | 1010010 | 0 | 100001 | 100101 | 10011100 | 1000101 | 100101 |
Color Harmonies of #1DA16C
Complementary color
Monochromatic Colors of #1DA16C
Black with #1DA16C
Text Example
Text Example
White with #1DA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA16C; }
p { color: rgb(29,161,108); }
H1.HeaderClassName
{
color: #1DA16C;
}
.AnyTagClassName
{
color: #1DA16C;
}
</style>
background-color css
<style>
a { background-color: #1DA16C; }
a { background-color: rgb(29,161,108); }
div.DivClassName
{
background-color: #1DA16C;
}
.BgClassName
{
background-color: #1DA16C;
}
</style>
border-color css
<style>
span { border-color: #1DA16C; }
span { border-color: rgb(29,161,108); }
td.TdClassName
{
border-color: #1DA16C;
}
.TagClassName
{
border-color: #1DA16C;
}
</style>