Shades of Elf Green #1DA26A
Tints of Elf Green #1DA26A
RGB
CMYK
RGB Variations
Color information
#1DA26A (or 0x1DA26A) is known color: Elf Green. HEX triplet: 1D, A2 and 6A. RGB value is (29,162,106). Sum of RGB (Red+Green+Blue) = 29+162+106=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA26A is #E25D95. Grayscale: #737373. Windows color (decimal): -14835094 or 6988317. OLE color: 6988317.
HSL color Cylindrical-coordinate representation of color #1DA26A: hue angle of 154.74º 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 #1DA26A is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 106 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.36 |
| HSL | 154.74º | 0.7% | 0.37% | - |
| HSV(B) | 154.74º | 0.82% | 0.64% | - |
| XYZ | 16.03 | 27.14 | 18.03 | - |
| YUV | 115.85 | 122.44 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 106 | 0.82 | 0 | 0.35 | 0.36 | 154.74 | 0.7 | 0.37 |
| Hex | 1D | A2 | 6A | 52 | 0 | 23 | 24 | 9B | 46 | 25 |
| Octal | 35 | 242 | 152 | 122 | 0 | 43 | 44 | 233 | 106 | 45 |
| Binary | 11101 | 10100010 | 1101010 | 1010010 | 0 | 100011 | 100100 | 10011011 | 1000110 | 100101 |
Color Harmonies of #1DA26A
Complementary color
Monochromatic Colors of #1DA26A
Black with #1DA26A
Text Example
Text Example
White with #1DA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA26A; }
p { color: rgb(29,162,106); }
H1.HeaderClassName
{
color: #1DA26A;
}
.AnyTagClassName
{
color: #1DA26A;
}
</style>
background-color css
<style>
a { background-color: #1DA26A; }
a { background-color: rgb(29,162,106); }
div.DivClassName
{
background-color: #1DA26A;
}
.BgClassName
{
background-color: #1DA26A;
}
</style>
border-color css
<style>
span { border-color: #1DA26A; }
span { border-color: rgb(29,162,106); }
td.TdClassName
{
border-color: #1DA26A;
}
.TagClassName
{
border-color: #1DA26A;
}
</style>