Shades of Malachite #1EC052
Tints of Malachite #1EC052
RGB
CMYK
RGB Variations
Color information
#1EC052 (or 0x1EC052) is known color: Malachite. HEX triplet: 1E, C0 and 52. RGB value is (30,192,82). Sum of RGB (Red+Green+Blue) = 30+192+82=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC052 is #E13FAD. Grayscale: #838383. Windows color (decimal): -14761902 or 5423134. OLE color: 5423134.
HSL color Cylindrical-coordinate representation of color #1EC052: hue angle of 139.26º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC052 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 82 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.25 |
| HSL | 139.26º | 0.73% | 0.44% | - |
| HSV(B) | 139.26º | 0.84% | 0.75% | - |
| XYZ | 20.91 | 38.58 | 14.33 | - |
| YUV | 131.02 | 100.33 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 82 | 0.84 | 0 | 0.57 | 0.25 | 139.26 | 0.73 | 0.44 |
| Hex | 1E | C0 | 52 | 54 | 0 | 39 | 19 | 8B | 49 | 2C |
| Octal | 36 | 300 | 122 | 124 | 0 | 71 | 31 | 213 | 111 | 54 |
| Binary | 11110 | 11000000 | 1010010 | 1010100 | 0 | 111001 | 11001 | 10001011 | 1001001 | 101100 |
Color Harmonies of #1EC052
Complementary color
Monochromatic Colors of #1EC052
Black with #1EC052
Text Example
Text Example
White with #1EC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC052; }
p { color: rgb(30,192,82); }
H1.HeaderClassName
{
color: #1EC052;
}
.AnyTagClassName
{
color: #1EC052;
}
</style>
background-color css
<style>
a { background-color: #1EC052; }
a { background-color: rgb(30,192,82); }
div.DivClassName
{
background-color: #1EC052;
}
.BgClassName
{
background-color: #1EC052;
}
</style>
border-color css
<style>
span { border-color: #1EC052; }
span { border-color: rgb(30,192,82); }
td.TdClassName
{
border-color: #1EC052;
}
.TagClassName
{
border-color: #1EC052;
}
</style>