Shades of Malachite #00EA3A
Tints of Malachite #00EA3A
RGB
CMYK
RGB Variations
Color information
#00EA3A (or 0x00EA3A) is known color: Malachite. HEX triplet: 00, EA and 3A. RGB value is (0,234,58). Sum of RGB (Red+Green+Blue) = 0+234+58=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 234 (91.80% from 255 or 80.14% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EA3A is #FF15C5. Grayscale: #909090. Windows color (decimal): -16717254 or 3860992. OLE color: 3860992.
HSL color Cylindrical-coordinate representation of color #00EA3A: hue angle of 134.87º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EA3A is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 58 | - |
| CMYK | 1 | 0 | 0.75 | 0.08 |
| HSL | 134.87º | 1% | 0.46% | - |
| HSV(B) | 134.87º | 1% | 0.92% | - |
| XYZ | 30.19 | 59.15 | 13.83 | - |
| YUV | 143.97 | 79.48 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 58 | 1 | 0 | 0.75 | 0.08 | 134.87 | 1 | 0.46 |
| Hex | 0 | EA | 3A | 64 | 0 | 4B | 8 | 87 | 64 | 2E |
| Octal | 0 | 352 | 72 | 144 | 0 | 113 | 10 | 207 | 144 | 56 |
| Binary | 0 | 11101010 | 111010 | 1100100 | 0 | 1001011 | 1000 | 10000111 | 1100100 | 101110 |
Color Harmonies of #00EA3A
Complementary color
Monochromatic Colors of #00EA3A
Black with #00EA3A
Text Example
Text Example
White with #00EA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EA3A; }
p { color: rgb(0,234,58); }
H1.HeaderClassName
{
color: #00EA3A;
}
.AnyTagClassName
{
color: #00EA3A;
}
</style>
background-color css
<style>
a { background-color: #00EA3A; }
a { background-color: rgb(0,234,58); }
div.DivClassName
{
background-color: #00EA3A;
}
.BgClassName
{
background-color: #00EA3A;
}
</style>
border-color css
<style>
span { border-color: #00EA3A; }
span { border-color: rgb(0,234,58); }
td.TdClassName
{
border-color: #00EA3A;
}
.TagClassName
{
border-color: #00EA3A;
}
</style>