Shades of Malachite #00ED3A
Tints of Malachite #00ED3A
RGB
CMYK
RGB Variations
Color information
#00ED3A (or 0x00ED3A) is known color: Malachite. HEX triplet: 00, ED and 3A. RGB value is (0,237,58). Sum of RGB (Red+Green+Blue) = 0+237+58=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 237 (92.97% from 255 or 80.34% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00ED3A is #FF12C5. Grayscale: #929292. Windows color (decimal): -16716486 or 3861760. OLE color: 3861760.
HSL color Cylindrical-coordinate representation of color #00ED3A: hue angle of 134.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ED3A is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 58 | - |
| CMYK | 1 | 0 | 0.76 | 0.07 |
| HSL | 134.68º | 1% | 0.46% | - |
| HSV(B) | 134.68º | 1% | 0.93% | - |
| XYZ | 31.05 | 60.87 | 14.12 | - |
| YUV | 145.73 | 78.48 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 58 | 1 | 0 | 0.76 | 0.07 | 134.68 | 1 | 0.46 |
| Hex | 0 | ED | 3A | 64 | 0 | 4C | 7 | 87 | 64 | 2E |
| Octal | 0 | 355 | 72 | 144 | 0 | 114 | 7 | 207 | 144 | 56 |
| Binary | 0 | 11101101 | 111010 | 1100100 | 0 | 1001100 | 111 | 10000111 | 1100100 | 101110 |
Color Harmonies of #00ED3A
Complementary color
Monochromatic Colors of #00ED3A
Black with #00ED3A
Text Example
Text Example
White with #00ED3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED3A; }
p { color: rgb(0,237,58); }
H1.HeaderClassName
{
color: #00ED3A;
}
.AnyTagClassName
{
color: #00ED3A;
}
</style>
background-color css
<style>
a { background-color: #00ED3A; }
a { background-color: rgb(0,237,58); }
div.DivClassName
{
background-color: #00ED3A;
}
.BgClassName
{
background-color: #00ED3A;
}
</style>
border-color css
<style>
span { border-color: #00ED3A; }
span { border-color: rgb(0,237,58); }
td.TdClassName
{
border-color: #00ED3A;
}
.TagClassName
{
border-color: #00ED3A;
}
</style>