Shades of Malachite #1EDC4E
Tints of Malachite #1EDC4E
RGB
CMYK
RGB Variations
Color information
#1EDC4E (or 0x1EDC4E) is known color: Malachite. HEX triplet: 1E, DC and 4E. RGB value is (30,220,78). Sum of RGB (Red+Green+Blue) = 30+220+78=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC4E is #E123B1. Grayscale: #939393. Windows color (decimal): -14754738 or 5168158. OLE color: 5168158.
HSL color Cylindrical-coordinate representation of color #1EDC4E: hue angle of 135.16º 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 #1EDC4E is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 78 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.14 |
| HSL | 135.16º | 0.76% | 0.49% | - |
| HSV(B) | 135.16º | 0.86% | 0.86% | - |
| XYZ | 27.5 | 52.01 | 15.8 | - |
| YUV | 147 | 89.05 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 78 | 0.86 | 0 | 0.65 | 0.14 | 135.16 | 0.76 | 0.49 |
| Hex | 1E | DC | 4E | 56 | 0 | 41 | E | 87 | 4C | 31 |
| Octal | 36 | 334 | 116 | 126 | 0 | 101 | 16 | 207 | 114 | 61 |
| Binary | 11110 | 11011100 | 1001110 | 1010110 | 0 | 1000001 | 1110 | 10000111 | 1001100 | 110001 |
Color Harmonies of #1EDC4E
Complementary color
Monochromatic Colors of #1EDC4E
Black with #1EDC4E
Text Example
Text Example
White with #1EDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC4E; }
p { color: rgb(30,220,78); }
H1.HeaderClassName
{
color: #1EDC4E;
}
.AnyTagClassName
{
color: #1EDC4E;
}
</style>
background-color css
<style>
a { background-color: #1EDC4E; }
a { background-color: rgb(30,220,78); }
div.DivClassName
{
background-color: #1EDC4E;
}
.BgClassName
{
background-color: #1EDC4E;
}
</style>
border-color css
<style>
span { border-color: #1EDC4E; }
span { border-color: rgb(30,220,78); }
td.TdClassName
{
border-color: #1EDC4E;
}
.TagClassName
{
border-color: #1EDC4E;
}
</style>