Shades of Malachite #1EDC78
Tints of Malachite #1EDC78
RGB
CMYK
RGB Variations
Color information
#1EDC78 (or 0x1EDC78) is known color: Malachite. HEX triplet: 1E, DC and 78. RGB value is (30,220,120). Sum of RGB (Red+Green+Blue) = 30+220+120=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC78 is #E12387. Grayscale: #979797. Windows color (decimal): -14754696 or 7920670. OLE color: 7920670.
HSL color Cylindrical-coordinate representation of color #1EDC78: hue angle of 148.42º 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 #1EDC78 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 120 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.14 |
| HSL | 148.42º | 0.76% | 0.49% | - |
| HSV(B) | 148.42º | 0.86% | 0.86% | - |
| XYZ | 29.52 | 52.82 | 26.41 | - |
| YUV | 151.79 | 110.05 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 120 | 0.86 | 0 | 0.45 | 0.14 | 148.42 | 0.76 | 0.49 |
| Hex | 1E | DC | 78 | 56 | 0 | 2D | E | 94 | 4C | 31 |
| Octal | 36 | 334 | 170 | 126 | 0 | 55 | 16 | 224 | 114 | 61 |
| Binary | 11110 | 11011100 | 1111000 | 1010110 | 0 | 101101 | 1110 | 10010100 | 1001100 | 110001 |
Color Harmonies of #1EDC78
Complementary color
Monochromatic Colors of #1EDC78
Black with #1EDC78
Text Example
Text Example
White with #1EDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC78; }
p { color: rgb(30,220,120); }
H1.HeaderClassName
{
color: #1EDC78;
}
.AnyTagClassName
{
color: #1EDC78;
}
</style>
background-color css
<style>
a { background-color: #1EDC78; }
a { background-color: rgb(30,220,120); }
div.DivClassName
{
background-color: #1EDC78;
}
.BgClassName
{
background-color: #1EDC78;
}
</style>
border-color css
<style>
span { border-color: #1EDC78; }
span { border-color: rgb(30,220,120); }
td.TdClassName
{
border-color: #1EDC78;
}
.TagClassName
{
border-color: #1EDC78;
}
</style>