Shades of Elf Green #1DA26F
Tints of Elf Green #1DA26F
RGB
CMYK
RGB Variations
Color information
#1DA26F (or 0x1DA26F) is known color: Elf Green. HEX triplet: 1D, A2 and 6F. RGB value is (29,162,111). Sum of RGB (Red+Green+Blue) = 29+162+111=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA26F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA26F is #E25D90. Grayscale: #747474. Windows color (decimal): -14835089 or 7315997. OLE color: 7315997.
HSL color Cylindrical-coordinate representation of color #1DA26F: hue angle of 156.99º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA26F is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 111 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.36 |
| HSL | 156.99º | 0.7% | 0.37% | - |
| HSV(B) | 156.99º | 0.82% | 0.64% | - |
| XYZ | 16.3 | 27.25 | 19.44 | - |
| YUV | 116.42 | 124.94 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 111 | 0.82 | 0 | 0.31 | 0.36 | 156.99 | 0.7 | 0.37 |
| Hex | 1D | A2 | 6F | 52 | 0 | 1F | 24 | 9D | 46 | 25 |
| Octal | 35 | 242 | 157 | 122 | 0 | 37 | 44 | 235 | 106 | 45 |
| Binary | 11101 | 10100010 | 1101111 | 1010010 | 0 | 11111 | 100100 | 10011101 | 1000110 | 100101 |
Color Harmonies of #1DA26F
Complementary color
Monochromatic Colors of #1DA26F
Black with #1DA26F
Text Example
Text Example
White with #1DA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA26F; }
p { color: rgb(29,162,111); }
H1.HeaderClassName
{
color: #1DA26F;
}
.AnyTagClassName
{
color: #1DA26F;
}
</style>
background-color css
<style>
a { background-color: #1DA26F; }
a { background-color: rgb(29,162,111); }
div.DivClassName
{
background-color: #1DA26F;
}
.BgClassName
{
background-color: #1DA26F;
}
</style>
border-color css
<style>
span { border-color: #1DA26F; }
span { border-color: rgb(29,162,111); }
td.TdClassName
{
border-color: #1DA26F;
}
.TagClassName
{
border-color: #1DA26F;
}
</style>