Shades of Malachite #1ECF70
Tints of Malachite #1ECF70
RGB
CMYK
RGB Variations
Color information
#1ECF70 (or 0x1ECF70) is known color: Malachite. HEX triplet: 1E, CF and 70. RGB value is (30,207,112). Sum of RGB (Red+Green+Blue) = 30+207+112=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECF70 is #E1308F. Grayscale: #8F8F8F. Windows color (decimal): -14758032 or 7393054. OLE color: 7393054.
HSL color Cylindrical-coordinate representation of color #1ECF70: hue angle of 147.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECF70 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 112 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.19 |
| HSL | 147.8º | 0.75% | 0.46% | - |
| HSV(B) | 147.8º | 0.86% | 0.81% | - |
| XYZ | 25.77 | 46.07 | 22.86 | - |
| YUV | 143.25 | 110.36 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 112 | 0.86 | 0 | 0.46 | 0.19 | 147.8 | 0.75 | 0.46 |
| Hex | 1E | CF | 70 | 56 | 0 | 2E | 13 | 94 | 4B | 2E |
| Octal | 36 | 317 | 160 | 126 | 0 | 56 | 23 | 224 | 113 | 56 |
| Binary | 11110 | 11001111 | 1110000 | 1010110 | 0 | 101110 | 10011 | 10010100 | 1001011 | 101110 |
Color Harmonies of #1ECF70
Complementary color
Monochromatic Colors of #1ECF70
Black with #1ECF70
Text Example
Text Example
White with #1ECF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECF70; }
p { color: rgb(30,207,112); }
H1.HeaderClassName
{
color: #1ECF70;
}
.AnyTagClassName
{
color: #1ECF70;
}
</style>
background-color css
<style>
a { background-color: #1ECF70; }
a { background-color: rgb(30,207,112); }
div.DivClassName
{
background-color: #1ECF70;
}
.BgClassName
{
background-color: #1ECF70;
}
</style>
border-color css
<style>
span { border-color: #1ECF70; }
span { border-color: rgb(30,207,112); }
td.TdClassName
{
border-color: #1ECF70;
}
.TagClassName
{
border-color: #1ECF70;
}
</style>