Shades of Malachite #1ED770
Tints of Malachite #1ED770
RGB
CMYK
RGB Variations
Color information
#1ED770 (or 0x1ED770) is known color: Malachite. HEX triplet: 1E, D7 and 70. RGB value is (30,215,112). Sum of RGB (Red+Green+Blue) = 30+215+112=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED770 is #E1288F. Grayscale: #949494. Windows color (decimal): -14755984 or 7395102. OLE color: 7395102.
HSL color Cylindrical-coordinate representation of color #1ED770: hue angle of 146.59º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED770 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 112 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.16 |
| HSL | 146.59º | 0.76% | 0.48% | - |
| HSV(B) | 146.59º | 0.86% | 0.84% | - |
| XYZ | 27.76 | 50.05 | 23.53 | - |
| YUV | 147.94 | 107.71 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 112 | 0.86 | 0 | 0.48 | 0.16 | 146.59 | 0.76 | 0.48 |
| Hex | 1E | D7 | 70 | 56 | 0 | 30 | 10 | 93 | 4C | 30 |
| Octal | 36 | 327 | 160 | 126 | 0 | 60 | 20 | 223 | 114 | 60 |
| Binary | 11110 | 11010111 | 1110000 | 1010110 | 0 | 110000 | 10000 | 10010011 | 1001100 | 110000 |
Color Harmonies of #1ED770
Complementary color
Monochromatic Colors of #1ED770
Black with #1ED770
Text Example
Text Example
White with #1ED770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED770; }
p { color: rgb(30,215,112); }
H1.HeaderClassName
{
color: #1ED770;
}
.AnyTagClassName
{
color: #1ED770;
}
</style>
background-color css
<style>
a { background-color: #1ED770; }
a { background-color: rgb(30,215,112); }
div.DivClassName
{
background-color: #1ED770;
}
.BgClassName
{
background-color: #1ED770;
}
</style>
border-color css
<style>
span { border-color: #1ED770; }
span { border-color: rgb(30,215,112); }
td.TdClassName
{
border-color: #1ED770;
}
.TagClassName
{
border-color: #1ED770;
}
</style>