Shades of Malachite #00E36A
Tints of Malachite #00E36A
RGB
CMYK
RGB Variations
Color information
#00E36A (or 0x00E36A) is known color: Malachite. HEX triplet: 00, E3 and 6A. RGB value is (0,227,106). Sum of RGB (Red+Green+Blue) = 0+227+106=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 227 (89.06% from 255 or 68.17% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 227 - color contains mainly: green. Hex color #00E36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00E36A is #FF1C95. Grayscale: #919191. Windows color (decimal): -16718998 or 7004928. OLE color: 7004928.
HSL color Cylindrical-coordinate representation of color #00E36A: hue angle of 148.02º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E36A is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 227 | 106 | - |
| CMYK | 1 | 0 | 0.53 | 0.11 |
| HSL | 148.02º | 1% | 0.45% | - |
| HSV(B) | 148.02º | 1% | 0.89% | - |
| XYZ | 30.07 | 55.98 | 22.86 | - |
| YUV | 145.33 | 105.79 | 24.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 227 | 106 | 1 | 0 | 0.53 | 0.11 | 148.02 | 1 | 0.45 |
| Hex | 0 | E3 | 6A | 64 | 0 | 35 | B | 94 | 64 | 2D |
| Octal | 0 | 343 | 152 | 144 | 0 | 65 | 13 | 224 | 144 | 55 |
| Binary | 0 | 11100011 | 1101010 | 1100100 | 0 | 110101 | 1011 | 10010100 | 1100100 | 101101 |
Color Harmonies of #00E36A
Complementary color
Monochromatic Colors of #00E36A
Black with #00E36A
Text Example
Text Example
White with #00E36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E36A; }
p { color: rgb(0,227,106); }
H1.HeaderClassName
{
color: #00E36A;
}
.AnyTagClassName
{
color: #00E36A;
}
</style>
background-color css
<style>
a { background-color: #00E36A; }
a { background-color: rgb(0,227,106); }
div.DivClassName
{
background-color: #00E36A;
}
.BgClassName
{
background-color: #00E36A;
}
</style>
border-color css
<style>
span { border-color: #00E36A; }
span { border-color: rgb(0,227,106); }
td.TdClassName
{
border-color: #00E36A;
}
.TagClassName
{
border-color: #00E36A;
}
</style>