Shades of Malachite #00E952
Tints of Malachite #00E952
RGB
CMYK
RGB Variations
Color information
#00E952 (or 0x00E952) is known color: Malachite. HEX triplet: 00, E9 and 52. RGB value is (0,233,82). Sum of RGB (Red+Green+Blue) = 0+233+82=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 233 (91.41% from 255 or 73.97% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 233 - color contains mainly: green. Hex color #00E952 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00E952 is #FF16AD. Grayscale: #929292. Windows color (decimal): -16717486 or 5433600. OLE color: 5433600.
HSL color Cylindrical-coordinate representation of color #00E952: hue angle of 141.12º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E952 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 233 | 82 | - |
| CMYK | 1 | 0 | 0.65 | 0.09 |
| HSL | 141.12º | 1% | 0.46% | - |
| HSV(B) | 141.12º | 1% | 0.91% | - |
| XYZ | 30.66 | 58.89 | 17.73 | - |
| YUV | 146.12 | 91.81 | 23.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 82 | 1 | 0 | 0.65 | 0.09 | 141.12 | 1 | 0.46 |
| Hex | 0 | E9 | 52 | 64 | 0 | 41 | 9 | 8D | 64 | 2E |
| Octal | 0 | 351 | 122 | 144 | 0 | 101 | 11 | 215 | 144 | 56 |
| Binary | 0 | 11101001 | 1010010 | 1100100 | 0 | 1000001 | 1001 | 10001101 | 1100100 | 101110 |
Color Harmonies of #00E952
Complementary color
Monochromatic Colors of #00E952
Black with #00E952
Text Example
Text Example
White with #00E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E952; }
p { color: rgb(0,233,82); }
H1.HeaderClassName
{
color: #00E952;
}
.AnyTagClassName
{
color: #00E952;
}
</style>
background-color css
<style>
a { background-color: #00E952; }
a { background-color: rgb(0,233,82); }
div.DivClassName
{
background-color: #00E952;
}
.BgClassName
{
background-color: #00E952;
}
</style>
border-color css
<style>
span { border-color: #00E952; }
span { border-color: rgb(0,233,82); }
td.TdClassName
{
border-color: #00E952;
}
.TagClassName
{
border-color: #00E952;
}
</style>