Shades of Malachite #1EE145
Tints of Malachite #1EE145
RGB
CMYK
RGB Variations
Color information
#1EE145 (or 0x1EE145) is known color: Malachite. HEX triplet: 1E, E1 and 45. RGB value is (30,225,69). Sum of RGB (Red+Green+Blue) = 30+225+69=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE145 is #E11EBA. Grayscale: #959595. Windows color (decimal): -14753467 or 4579614. OLE color: 4579614.
HSL color Cylindrical-coordinate representation of color #1EE145: hue angle of 132º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE145 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 69 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.12 |
| HSL | 132º | 0.76% | 0.5% | - |
| HSV(B) | 132º | 0.87% | 0.88% | - |
| XYZ | 28.53 | 54.56 | 14.66 | - |
| YUV | 148.91 | 82.9 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 69 | 0.87 | 0 | 0.69 | 0.12 | 132 | 0.76 | 0.5 |
| Hex | 1E | E1 | 45 | 57 | 0 | 45 | C | 84 | 4C | 32 |
| Octal | 36 | 341 | 105 | 127 | 0 | 105 | 14 | 204 | 114 | 62 |
| Binary | 11110 | 11100001 | 1000101 | 1010111 | 0 | 1000101 | 1100 | 10000100 | 1001100 | 110010 |
Color Harmonies of #1EE145
Complementary color
Monochromatic Colors of #1EE145
Black with #1EE145
Text Example
Text Example
White with #1EE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE145; }
p { color: rgb(30,225,69); }
H1.HeaderClassName
{
color: #1EE145;
}
.AnyTagClassName
{
color: #1EE145;
}
</style>
background-color css
<style>
a { background-color: #1EE145; }
a { background-color: rgb(30,225,69); }
div.DivClassName
{
background-color: #1EE145;
}
.BgClassName
{
background-color: #1EE145;
}
</style>
border-color css
<style>
span { border-color: #1EE145; }
span { border-color: rgb(30,225,69); }
td.TdClassName
{
border-color: #1EE145;
}
.TagClassName
{
border-color: #1EE145;
}
</style>