Shades of Malachite #1EC96A
Tints of Malachite #1EC96A
RGB
CMYK
RGB Variations
Color information
#1EC96A (or 0x1EC96A) is known color: Malachite. HEX triplet: 1E, C9 and 6A. RGB value is (30,201,106). Sum of RGB (Red+Green+Blue) = 30+201+106=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC96A is #E13695. Grayscale: #8B8B8B. Windows color (decimal): -14759574 or 6998302. OLE color: 6998302.
HSL color Cylindrical-coordinate representation of color #1EC96A: hue angle of 146.67º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC96A is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 106 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.21 |
| HSL | 146.67º | 0.74% | 0.45% | - |
| HSV(B) | 146.67º | 0.85% | 0.79% | - |
| XYZ | 24.02 | 43.09 | 20.69 | - |
| YUV | 139.04 | 109.35 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 106 | 0.85 | 0 | 0.47 | 0.21 | 146.67 | 0.74 | 0.45 |
| Hex | 1E | C9 | 6A | 55 | 0 | 2F | 15 | 93 | 4A | 2D |
| Octal | 36 | 311 | 152 | 125 | 0 | 57 | 25 | 223 | 112 | 55 |
| Binary | 11110 | 11001001 | 1101010 | 1010101 | 0 | 101111 | 10101 | 10010011 | 1001010 | 101101 |
Color Harmonies of #1EC96A
Complementary color
Monochromatic Colors of #1EC96A
Black with #1EC96A
Text Example
Text Example
White with #1EC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC96A; }
p { color: rgb(30,201,106); }
H1.HeaderClassName
{
color: #1EC96A;
}
.AnyTagClassName
{
color: #1EC96A;
}
</style>
background-color css
<style>
a { background-color: #1EC96A; }
a { background-color: rgb(30,201,106); }
div.DivClassName
{
background-color: #1EC96A;
}
.BgClassName
{
background-color: #1EC96A;
}
</style>
border-color css
<style>
span { border-color: #1EC96A; }
span { border-color: rgb(30,201,106); }
td.TdClassName
{
border-color: #1EC96A;
}
.TagClassName
{
border-color: #1EC96A;
}
</style>