Shades of Malachite #00E155
Tints of Malachite #00E155
RGB
CMYK
RGB Variations
Color information
#00E155 (or 0x00E155) is known color: Malachite. HEX triplet: 00, E1 and 55. RGB value is (0,225,85). Sum of RGB (Red+Green+Blue) = 0+225+85=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #00E155 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00E155 is #FF1EAA. Grayscale: #8E8E8E. Windows color (decimal): -16719531 or 5628160. OLE color: 5628160.
HSL color Cylindrical-coordinate representation of color #00E155: hue angle of 142.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E155 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 225 | 85 | - |
| CMYK | 1 | 0 | 0.62 | 0.12 |
| HSL | 142.67º | 1% | 0.44% | - |
| HSV(B) | 142.67º | 1% | 0.88% | - |
| XYZ | 28.56 | 54.51 | 17.61 | - |
| YUV | 141.77 | 95.96 | 26.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 225 | 85 | 1 | 0 | 0.62 | 0.12 | 142.67 | 1 | 0.44 |
| Hex | 0 | E1 | 55 | 64 | 0 | 3E | C | 8F | 64 | 2C |
| Octal | 0 | 341 | 125 | 144 | 0 | 76 | 14 | 217 | 144 | 54 |
| Binary | 0 | 11100001 | 1010101 | 1100100 | 0 | 111110 | 1100 | 10001111 | 1100100 | 101100 |
Color Harmonies of #00E155
Complementary color
Monochromatic Colors of #00E155
Black with #00E155
Text Example
Text Example
White with #00E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E155; }
p { color: rgb(0,225,85); }
H1.HeaderClassName
{
color: #00E155;
}
.AnyTagClassName
{
color: #00E155;
}
</style>
background-color css
<style>
a { background-color: #00E155; }
a { background-color: rgb(0,225,85); }
div.DivClassName
{
background-color: #00E155;
}
.BgClassName
{
background-color: #00E155;
}
</style>
border-color css
<style>
span { border-color: #00E155; }
span { border-color: rgb(0,225,85); }
td.TdClassName
{
border-color: #00E155;
}
.TagClassName
{
border-color: #00E155;
}
</style>