Shades of Malachite #1EC160
Tints of Malachite #1EC160
RGB
CMYK
RGB Variations
Color information
#1EC160 (or 0x1EC160) is known color: Malachite. HEX triplet: 1E, C1 and 60. RGB value is (30,193,96). Sum of RGB (Red+Green+Blue) = 30+193+96=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC160 is #E13E9F. Grayscale: #858585. Windows color (decimal): -14761632 or 6340894. OLE color: 6340894.
HSL color Cylindrical-coordinate representation of color #1EC160: hue angle of 144.29º 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 #1EC160 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 96 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.24 |
| HSL | 144.29º | 0.73% | 0.44% | - |
| HSV(B) | 144.29º | 0.84% | 0.76% | - |
| XYZ | 21.72 | 39.26 | 17.5 | - |
| YUV | 133.21 | 107 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 96 | 0.84 | 0 | 0.50 | 0.24 | 144.29 | 0.73 | 0.44 |
| Hex | 1E | C1 | 60 | 54 | 0 | 32 | 18 | 90 | 49 | 2C |
| Octal | 36 | 301 | 140 | 124 | 0 | 62 | 30 | 220 | 111 | 54 |
| Binary | 11110 | 11000001 | 1100000 | 1010100 | 0 | 110010 | 11000 | 10010000 | 1001001 | 101100 |
Color Harmonies of #1EC160
Complementary color
Monochromatic Colors of #1EC160
Black with #1EC160
Text Example
Text Example
White with #1EC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC160; }
p { color: rgb(30,193,96); }
H1.HeaderClassName
{
color: #1EC160;
}
.AnyTagClassName
{
color: #1EC160;
}
</style>
background-color css
<style>
a { background-color: #1EC160; }
a { background-color: rgb(30,193,96); }
div.DivClassName
{
background-color: #1EC160;
}
.BgClassName
{
background-color: #1EC160;
}
</style>
border-color css
<style>
span { border-color: #1EC160; }
span { border-color: rgb(30,193,96); }
td.TdClassName
{
border-color: #1EC160;
}
.TagClassName
{
border-color: #1EC160;
}
</style>