Shades of Malachite #1ED86F
Tints of Malachite #1ED86F
RGB
CMYK
RGB Variations
Color information
#1ED86F (or 0x1ED86F) is known color: Malachite. HEX triplet: 1E, D8 and 6F. RGB value is (30,216,111). Sum of RGB (Red+Green+Blue) = 30+216+111=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED86F is #E12790. Grayscale: #949494. Windows color (decimal): -14755729 or 7329822. OLE color: 7329822.
HSL color Cylindrical-coordinate representation of color #1ED86F: hue angle of 146.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED86F is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 111 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.15 |
| HSL | 146.13º | 0.76% | 0.48% | - |
| HSV(B) | 146.13º | 0.86% | 0.85% | - |
| XYZ | 27.96 | 50.54 | 23.32 | - |
| YUV | 148.42 | 106.88 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 111 | 0.86 | 0 | 0.49 | 0.15 | 146.13 | 0.76 | 0.48 |
| Hex | 1E | D8 | 6F | 56 | 0 | 31 | F | 92 | 4C | 30 |
| Octal | 36 | 330 | 157 | 126 | 0 | 61 | 17 | 222 | 114 | 60 |
| Binary | 11110 | 11011000 | 1101111 | 1010110 | 0 | 110001 | 1111 | 10010010 | 1001100 | 110000 |
Color Harmonies of #1ED86F
Complementary color
Monochromatic Colors of #1ED86F
Black with #1ED86F
Text Example
Text Example
White with #1ED86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED86F; }
p { color: rgb(30,216,111); }
H1.HeaderClassName
{
color: #1ED86F;
}
.AnyTagClassName
{
color: #1ED86F;
}
</style>
background-color css
<style>
a { background-color: #1ED86F; }
a { background-color: rgb(30,216,111); }
div.DivClassName
{
background-color: #1ED86F;
}
.BgClassName
{
background-color: #1ED86F;
}
</style>
border-color css
<style>
span { border-color: #1ED86F; }
span { border-color: rgb(30,216,111); }
td.TdClassName
{
border-color: #1ED86F;
}
.TagClassName
{
border-color: #1ED86F;
}
</style>