Shades of Malachite #1EF044
Tints of Malachite #1EF044
RGB
CMYK
RGB Variations
Color information
#1EF044 (or 0x1EF044) is known color: Malachite. HEX triplet: 1E, F0 and 44. RGB value is (30,240,68). Sum of RGB (Red+Green+Blue) = 30+240+68=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 240 (94.14% from 255 or 71.01% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF044 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF044 is #E10FBB. Grayscale: #9E9E9E. Windows color (decimal): -14749628 or 4517918. OLE color: 4517918.
HSL color Cylindrical-coordinate representation of color #1EF044: hue angle of 130.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF044 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 240 | 68 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.06 |
| HSL | 130.86º | 0.88% | 0.53% | - |
| HSV(B) | 130.86º | 0.88% | 0.94% | - |
| XYZ | 32.74 | 63.01 | 15.91 | - |
| YUV | 157.6 | 77.43 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 240 | 68 | 0.87 | 0 | 0.72 | 0.06 | 130.86 | 0.88 | 0.53 |
| Hex | 1E | F0 | 44 | 57 | 0 | 48 | 6 | 83 | 58 | 35 |
| Octal | 36 | 360 | 104 | 127 | 0 | 110 | 6 | 203 | 130 | 65 |
| Binary | 11110 | 11110000 | 1000100 | 1010111 | 0 | 1001000 | 110 | 10000011 | 1011000 | 110101 |
Color Harmonies of #1EF044
Complementary color
Monochromatic Colors of #1EF044
Black with #1EF044
Text Example
Text Example
White with #1EF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF044; }
p { color: rgb(30,240,68); }
H1.HeaderClassName
{
color: #1EF044;
}
.AnyTagClassName
{
color: #1EF044;
}
</style>
background-color css
<style>
a { background-color: #1EF044; }
a { background-color: rgb(30,240,68); }
div.DivClassName
{
background-color: #1EF044;
}
.BgClassName
{
background-color: #1EF044;
}
</style>
border-color css
<style>
span { border-color: #1EF044; }
span { border-color: rgb(30,240,68); }
td.TdClassName
{
border-color: #1EF044;
}
.TagClassName
{
border-color: #1EF044;
}
</style>