Shades of Malachite #0ED04C
Tints of Malachite #0ED04C
RGB
CMYK
RGB Variations
Color information
#0ED04C (or 0x0ED04C) is known color: Malachite. HEX triplet: 0E, D0 and 4C. RGB value is (14,208,76). Sum of RGB (Red+Green+Blue) = 14+208+76=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED04C is #F12FB3. Grayscale: #878787. Windows color (decimal): -15806388 or 5033998. OLE color: 5033998.
HSL color Cylindrical-coordinate representation of color #0ED04C: hue angle of 139.18º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED04C is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 76 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.18 |
| HSL | 139.18º | 0.87% | 0.44% | - |
| HSV(B) | 139.18º | 0.93% | 0.82% | - |
| XYZ | 24.04 | 45.73 | 14.4 | - |
| YUV | 134.95 | 94.73 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 76 | 0.93 | 0 | 0.63 | 0.18 | 139.18 | 0.87 | 0.44 |
| Hex | E | D0 | 4C | 5D | 0 | 3F | 12 | 8B | 57 | 2C |
| Octal | 16 | 320 | 114 | 135 | 0 | 77 | 22 | 213 | 127 | 54 |
| Binary | 1110 | 11010000 | 1001100 | 1011101 | 0 | 111111 | 10010 | 10001011 | 1010111 | 101100 |
Color Harmonies of #0ED04C
Complementary color
Monochromatic Colors of #0ED04C
Black with #0ED04C
Text Example
Text Example
White with #0ED04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED04C; }
p { color: rgb(14,208,76); }
H1.HeaderClassName
{
color: #0ED04C;
}
.AnyTagClassName
{
color: #0ED04C;
}
</style>
background-color css
<style>
a { background-color: #0ED04C; }
a { background-color: rgb(14,208,76); }
div.DivClassName
{
background-color: #0ED04C;
}
.BgClassName
{
background-color: #0ED04C;
}
</style>
border-color css
<style>
span { border-color: #0ED04C; }
span { border-color: rgb(14,208,76); }
td.TdClassName
{
border-color: #0ED04C;
}
.TagClassName
{
border-color: #0ED04C;
}
</style>