Shades of Malachite #1ED049
Tints of Malachite #1ED049
RGB
CMYK
RGB Variations
Color information
#1ED049 (or 0x1ED049) is known color: Malachite. HEX triplet: 1E, D0 and 49. RGB value is (30,208,73). Sum of RGB (Red+Green+Blue) = 30+208+73=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED049 is #E12FB6. Grayscale: #8B8B8B. Windows color (decimal): -14757815 or 4837406. OLE color: 4837406.
HSL color Cylindrical-coordinate representation of color #1ED049: hue angle of 134.49º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED049 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 73 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.18 |
| HSL | 134.49º | 0.75% | 0.47% | - |
| HSV(B) | 134.49º | 0.86% | 0.82% | - |
| XYZ | 24.29 | 45.87 | 13.88 | - |
| YUV | 139.39 | 90.53 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 73 | 0.86 | 0 | 0.65 | 0.18 | 134.49 | 0.75 | 0.47 |
| Hex | 1E | D0 | 49 | 56 | 0 | 41 | 12 | 86 | 4B | 2F |
| Octal | 36 | 320 | 111 | 126 | 0 | 101 | 22 | 206 | 113 | 57 |
| Binary | 11110 | 11010000 | 1001001 | 1010110 | 0 | 1000001 | 10010 | 10000110 | 1001011 | 101111 |
Color Harmonies of #1ED049
Complementary color
Monochromatic Colors of #1ED049
Black with #1ED049
Text Example
Text Example
White with #1ED049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED049; }
p { color: rgb(30,208,73); }
H1.HeaderClassName
{
color: #1ED049;
}
.AnyTagClassName
{
color: #1ED049;
}
</style>
background-color css
<style>
a { background-color: #1ED049; }
a { background-color: rgb(30,208,73); }
div.DivClassName
{
background-color: #1ED049;
}
.BgClassName
{
background-color: #1ED049;
}
</style>
border-color css
<style>
span { border-color: #1ED049; }
span { border-color: rgb(30,208,73); }
td.TdClassName
{
border-color: #1ED049;
}
.TagClassName
{
border-color: #1ED049;
}
</style>