Shades of Malachite #1ED96A
Tints of Malachite #1ED96A
RGB
CMYK
RGB Variations
Color information
#1ED96A (or 0x1ED96A) is known color: Malachite. HEX triplet: 1E, D9 and 6A. RGB value is (30,217,106). Sum of RGB (Red+Green+Blue) = 30+217+106=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED96A is #E12695. Grayscale: #949494. Windows color (decimal): -14755478 or 7002398. OLE color: 7002398.
HSL color Cylindrical-coordinate representation of color #1ED96A: hue angle of 144.39º 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 #1ED96A is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 106 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.15 |
| HSL | 144.39º | 0.76% | 0.48% | - |
| HSV(B) | 144.39º | 0.86% | 0.85% | - |
| XYZ | 27.95 | 50.94 | 22 | - |
| YUV | 148.43 | 104.05 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 106 | 0.86 | 0 | 0.51 | 0.15 | 144.39 | 0.76 | 0.48 |
| Hex | 1E | D9 | 6A | 56 | 0 | 33 | F | 90 | 4C | 30 |
| Octal | 36 | 331 | 152 | 126 | 0 | 63 | 17 | 220 | 114 | 60 |
| Binary | 11110 | 11011001 | 1101010 | 1010110 | 0 | 110011 | 1111 | 10010000 | 1001100 | 110000 |
Color Harmonies of #1ED96A
Complementary color
Monochromatic Colors of #1ED96A
Black with #1ED96A
Text Example
Text Example
White with #1ED96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED96A; }
p { color: rgb(30,217,106); }
H1.HeaderClassName
{
color: #1ED96A;
}
.AnyTagClassName
{
color: #1ED96A;
}
</style>
background-color css
<style>
a { background-color: #1ED96A; }
a { background-color: rgb(30,217,106); }
div.DivClassName
{
background-color: #1ED96A;
}
.BgClassName
{
background-color: #1ED96A;
}
</style>
border-color css
<style>
span { border-color: #1ED96A; }
span { border-color: rgb(30,217,106); }
td.TdClassName
{
border-color: #1ED96A;
}
.TagClassName
{
border-color: #1ED96A;
}
</style>