Shades of Jungle Green #1DA17E
Tints of Jungle Green #1DA17E
RGB
CMYK
RGB Variations
Color information
#1DA17E (or 0x1DA17E) is known color: Jungle Green. HEX triplet: 1D, A1 and 7E. RGB value is (29,161,126). Sum of RGB (Red+Green+Blue) = 29+161+126=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA17E is #E25E81. Grayscale: #757575. Windows color (decimal): -14835330 or 8298781. OLE color: 8298781.
HSL color Cylindrical-coordinate representation of color #1DA17E: hue angle of 164.09º 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 #1DA17E is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 126 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.37 |
| HSL | 164.09º | 0.69% | 0.37% | - |
| HSV(B) | 164.09º | 0.82% | 0.63% | - |
| XYZ | 17.02 | 27.26 | 24.1 | - |
| YUV | 117.54 | 132.77 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 126 | 0.82 | 0 | 0.22 | 0.37 | 164.09 | 0.69 | 0.37 |
| Hex | 1D | A1 | 7E | 52 | 0 | 16 | 25 | A4 | 45 | 25 |
| Octal | 35 | 241 | 176 | 122 | 0 | 26 | 45 | 244 | 105 | 45 |
| Binary | 11101 | 10100001 | 1111110 | 1010010 | 0 | 10110 | 100101 | 10100100 | 1000101 | 100101 |
Color Harmonies of #1DA17E
Complementary color
Monochromatic Colors of #1DA17E
Black with #1DA17E
Text Example
Text Example
White with #1DA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA17E; }
p { color: rgb(29,161,126); }
H1.HeaderClassName
{
color: #1DA17E;
}
.AnyTagClassName
{
color: #1DA17E;
}
</style>
background-color css
<style>
a { background-color: #1DA17E; }
a { background-color: rgb(29,161,126); }
div.DivClassName
{
background-color: #1DA17E;
}
.BgClassName
{
background-color: #1DA17E;
}
</style>
border-color css
<style>
span { border-color: #1DA17E; }
span { border-color: rgb(29,161,126); }
td.TdClassName
{
border-color: #1DA17E;
}
.TagClassName
{
border-color: #1DA17E;
}
</style>