Shades of Jungle Green #1EA17E
Tints of Jungle Green #1EA17E
RGB
CMYK
RGB Variations
Color information
#1EA17E (or 0x1EA17E) is known color: Jungle Green. HEX triplet: 1E, A1 and 7E. RGB value is (30,161,126). Sum of RGB (Red+Green+Blue) = 30+161+126=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #1EA17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA17E is #E15E81. Grayscale: #757575. Windows color (decimal): -14769794 or 8298782. OLE color: 8298782.
HSL color Cylindrical-coordinate representation of color #1EA17E: hue angle of 163.97º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA17E is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 30 | 161 | 126 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.37 |
| HSL | 163.97º | 0.69% | 0.37% | - |
| HSV(B) | 163.97º | 0.81% | 0.63% | - |
| XYZ | 17.05 | 27.27 | 24.1 | - |
| YUV | 117.84 | 132.6 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 161 | 126 | 0.81 | 0 | 0.22 | 0.37 | 163.97 | 0.69 | 0.37 |
| Hex | 1E | A1 | 7E | 51 | 0 | 16 | 25 | A4 | 45 | 25 |
| Octal | 36 | 241 | 176 | 121 | 0 | 26 | 45 | 244 | 105 | 45 |
| Binary | 11110 | 10100001 | 1111110 | 1010001 | 0 | 10110 | 100101 | 10100100 | 1000101 | 100101 |
Color Harmonies of #1EA17E
Complementary color
Monochromatic Colors of #1EA17E
Black with #1EA17E
Text Example
Text Example
White with #1EA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA17E; }
p { color: rgb(30,161,126); }
H1.HeaderClassName
{
color: #1EA17E;
}
.AnyTagClassName
{
color: #1EA17E;
}
</style>
background-color css
<style>
a { background-color: #1EA17E; }
a { background-color: rgb(30,161,126); }
div.DivClassName
{
background-color: #1EA17E;
}
.BgClassName
{
background-color: #1EA17E;
}
</style>
border-color css
<style>
span { border-color: #1EA17E; }
span { border-color: rgb(30,161,126); }
td.TdClassName
{
border-color: #1EA17E;
}
.TagClassName
{
border-color: #1EA17E;
}
</style>