Shades of Malachite #1EDC40
Tints of Malachite #1EDC40
RGB
CMYK
RGB Variations
Color information
#1EDC40 (or 0x1EDC40) is known color: Malachite. HEX triplet: 1E, DC and 40. RGB value is (30,220,64). Sum of RGB (Red+Green+Blue) = 30+220+64=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC40 is #E123BF. Grayscale: #919191. Windows color (decimal): -14754752 or 4250654. OLE color: 4250654.
HSL color Cylindrical-coordinate representation of color #1EDC40: hue angle of 130.74º 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 #1EDC40 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 64 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.14 |
| HSL | 130.74º | 0.76% | 0.49% | - |
| HSV(B) | 130.74º | 0.86% | 0.86% | - |
| XYZ | 27.05 | 51.83 | 13.43 | - |
| YUV | 145.41 | 82.05 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 64 | 0.86 | 0 | 0.71 | 0.14 | 130.74 | 0.76 | 0.49 |
| Hex | 1E | DC | 40 | 56 | 0 | 47 | E | 83 | 4C | 31 |
| Octal | 36 | 334 | 100 | 126 | 0 | 107 | 16 | 203 | 114 | 61 |
| Binary | 11110 | 11011100 | 1000000 | 1010110 | 0 | 1000111 | 1110 | 10000011 | 1001100 | 110001 |
Color Harmonies of #1EDC40
Complementary color
Monochromatic Colors of #1EDC40
Black with #1EDC40
Text Example
Text Example
White with #1EDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC40; }
p { color: rgb(30,220,64); }
H1.HeaderClassName
{
color: #1EDC40;
}
.AnyTagClassName
{
color: #1EDC40;
}
</style>
background-color css
<style>
a { background-color: #1EDC40; }
a { background-color: rgb(30,220,64); }
div.DivClassName
{
background-color: #1EDC40;
}
.BgClassName
{
background-color: #1EDC40;
}
</style>
border-color css
<style>
span { border-color: #1EDC40; }
span { border-color: rgb(30,220,64); }
td.TdClassName
{
border-color: #1EDC40;
}
.TagClassName
{
border-color: #1EDC40;
}
</style>