Shades of Malachite #1EDC70
Tints of Malachite #1EDC70
RGB
CMYK
RGB Variations
Color information
#1EDC70 (or 0x1EDC70) is known color: Malachite. HEX triplet: 1E, DC and 70. RGB value is (30,220,112). Sum of RGB (Red+Green+Blue) = 30+220+112=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC70 is #E1238F. Grayscale: #979797. Windows color (decimal): -14754704 or 7396382. OLE color: 7396382.
HSL color Cylindrical-coordinate representation of color #1EDC70: hue angle of 145.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDC70 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 112 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.14 |
| HSL | 145.89º | 0.76% | 0.49% | - |
| HSV(B) | 145.89º | 0.86% | 0.86% | - |
| XYZ | 29.05 | 52.63 | 23.96 | - |
| YUV | 150.88 | 106.05 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 112 | 0.86 | 0 | 0.49 | 0.14 | 145.89 | 0.76 | 0.49 |
| Hex | 1E | DC | 70 | 56 | 0 | 31 | E | 92 | 4C | 31 |
| Octal | 36 | 334 | 160 | 126 | 0 | 61 | 16 | 222 | 114 | 61 |
| Binary | 11110 | 11011100 | 1110000 | 1010110 | 0 | 110001 | 1110 | 10010010 | 1001100 | 110001 |
Color Harmonies of #1EDC70
Complementary color
Monochromatic Colors of #1EDC70
Black with #1EDC70
Text Example
Text Example
White with #1EDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC70; }
p { color: rgb(30,220,112); }
H1.HeaderClassName
{
color: #1EDC70;
}
.AnyTagClassName
{
color: #1EDC70;
}
</style>
background-color css
<style>
a { background-color: #1EDC70; }
a { background-color: rgb(30,220,112); }
div.DivClassName
{
background-color: #1EDC70;
}
.BgClassName
{
background-color: #1EDC70;
}
</style>
border-color css
<style>
span { border-color: #1EDC70; }
span { border-color: rgb(30,220,112); }
td.TdClassName
{
border-color: #1EDC70;
}
.TagClassName
{
border-color: #1EDC70;
}
</style>