Shades of Malachite #1EC14D
Tints of Malachite #1EC14D
RGB
CMYK
RGB Variations
Color information
#1EC14D (or 0x1EC14D) is known color: Malachite. HEX triplet: 1E, C1 and 4D. RGB value is (30,193,77). Sum of RGB (Red+Green+Blue) = 30+193+77=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC14D is #E13EB2. Grayscale: #838383. Windows color (decimal): -14761651 or 5095710. OLE color: 5095710.
HSL color Cylindrical-coordinate representation of color #1EC14D: hue angle of 137.3º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC14D is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 77 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.24 |
| HSL | 137.3º | 0.73% | 0.44% | - |
| HSV(B) | 137.3º | 0.84% | 0.76% | - |
| XYZ | 20.94 | 38.95 | 13.44 | - |
| YUV | 131.04 | 97.5 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 77 | 0.84 | 0 | 0.60 | 0.24 | 137.3 | 0.73 | 0.44 |
| Hex | 1E | C1 | 4D | 54 | 0 | 3C | 18 | 89 | 49 | 2C |
| Octal | 36 | 301 | 115 | 124 | 0 | 74 | 30 | 211 | 111 | 54 |
| Binary | 11110 | 11000001 | 1001101 | 1010100 | 0 | 111100 | 11000 | 10001001 | 1001001 | 101100 |
Color Harmonies of #1EC14D
Complementary color
Monochromatic Colors of #1EC14D
Black with #1EC14D
Text Example
Text Example
White with #1EC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC14D; }
p { color: rgb(30,193,77); }
H1.HeaderClassName
{
color: #1EC14D;
}
.AnyTagClassName
{
color: #1EC14D;
}
</style>
background-color css
<style>
a { background-color: #1EC14D; }
a { background-color: rgb(30,193,77); }
div.DivClassName
{
background-color: #1EC14D;
}
.BgClassName
{
background-color: #1EC14D;
}
</style>
border-color css
<style>
span { border-color: #1EC14D; }
span { border-color: rgb(30,193,77); }
td.TdClassName
{
border-color: #1EC14D;
}
.TagClassName
{
border-color: #1EC14D;
}
</style>