Shades of Malachite #1EC05A
Tints of Malachite #1EC05A
RGB
CMYK
RGB Variations
Color information
#1EC05A (or 0x1EC05A) is known color: Malachite. HEX triplet: 1E, C0 and 5A. RGB value is (30,192,90). Sum of RGB (Red+Green+Blue) = 30+192+90=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC05A is #E13FA5. Grayscale: #848484. Windows color (decimal): -14761894 or 5947422. OLE color: 5947422.
HSL color Cylindrical-coordinate representation of color #1EC05A: hue angle of 142.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC05A is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 90 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.25 |
| HSL | 142.22º | 0.73% | 0.44% | - |
| HSV(B) | 142.22º | 0.84% | 0.75% | - |
| XYZ | 21.23 | 38.71 | 16.03 | - |
| YUV | 131.93 | 104.33 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 90 | 0.84 | 0 | 0.53 | 0.25 | 142.22 | 0.73 | 0.44 |
| Hex | 1E | C0 | 5A | 54 | 0 | 35 | 19 | 8E | 49 | 2C |
| Octal | 36 | 300 | 132 | 124 | 0 | 65 | 31 | 216 | 111 | 54 |
| Binary | 11110 | 11000000 | 1011010 | 1010100 | 0 | 110101 | 11001 | 10001110 | 1001001 | 101100 |
Color Harmonies of #1EC05A
Complementary color
Monochromatic Colors of #1EC05A
Black with #1EC05A
Text Example
Text Example
White with #1EC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC05A; }
p { color: rgb(30,192,90); }
H1.HeaderClassName
{
color: #1EC05A;
}
.AnyTagClassName
{
color: #1EC05A;
}
</style>
background-color css
<style>
a { background-color: #1EC05A; }
a { background-color: rgb(30,192,90); }
div.DivClassName
{
background-color: #1EC05A;
}
.BgClassName
{
background-color: #1EC05A;
}
</style>
border-color css
<style>
span { border-color: #1EC05A; }
span { border-color: rgb(30,192,90); }
td.TdClassName
{
border-color: #1EC05A;
}
.TagClassName
{
border-color: #1EC05A;
}
</style>