Shades of Malachite #1EF545
Tints of Malachite #1EF545
RGB
CMYK
RGB Variations
Color information
#1EF545 (or 0x1EF545) is known color: Malachite. HEX triplet: 1E, F5 and 45. RGB value is (30,245,69). Sum of RGB (Red+Green+Blue) = 30+245+69=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 245 (96.09% from 255 or 71.22% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 245 - color contains mainly: green. Hex color #1EF545 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF545 is #E10ABA. Grayscale: #A1A1A1. Windows color (decimal): -14748347 or 4584734. OLE color: 4584734.
HSL color Cylindrical-coordinate representation of color #1EF545: hue angle of 130.88º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF545 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 245 | 69 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.04 |
| HSL | 130.88º | 0.91% | 0.54% | - |
| HSV(B) | 130.88º | 0.88% | 0.96% | - |
| XYZ | 34.26 | 66.01 | 16.57 | - |
| YUV | 160.65 | 76.27 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 245 | 69 | 0.88 | 0 | 0.72 | 0.04 | 130.88 | 0.91 | 0.54 |
| Hex | 1E | F5 | 45 | 58 | 0 | 48 | 4 | 83 | 5B | 36 |
| Octal | 36 | 365 | 105 | 130 | 0 | 110 | 4 | 203 | 133 | 66 |
| Binary | 11110 | 11110101 | 1000101 | 1011000 | 0 | 1001000 | 100 | 10000011 | 1011011 | 110110 |
Color Harmonies of #1EF545
Complementary color
Monochromatic Colors of #1EF545
Black with #1EF545
Text Example
Text Example
White with #1EF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF545; }
p { color: rgb(30,245,69); }
H1.HeaderClassName
{
color: #1EF545;
}
.AnyTagClassName
{
color: #1EF545;
}
</style>
background-color css
<style>
a { background-color: #1EF545; }
a { background-color: rgb(30,245,69); }
div.DivClassName
{
background-color: #1EF545;
}
.BgClassName
{
background-color: #1EF545;
}
</style>
border-color css
<style>
span { border-color: #1EF545; }
span { border-color: rgb(30,245,69); }
td.TdClassName
{
border-color: #1EF545;
}
.TagClassName
{
border-color: #1EF545;
}
</style>