Shades of Malachite #0ED94A
Tints of Malachite #0ED94A
RGB
CMYK
RGB Variations
Color information
#0ED94A (or 0x0ED94A) is known color: Malachite. HEX triplet: 0E, D9 and 4A. RGB value is (14,217,74). Sum of RGB (Red+Green+Blue) = 14+217+74=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 217 (85.16% from 255 or 71.15% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED94A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED94A is #F126B5. Grayscale: #8C8C8C. Windows color (decimal): -15804086 or 4905230. OLE color: 4905230.
HSL color Cylindrical-coordinate representation of color #0ED94A: hue angle of 137.73º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED94A is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 74 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.15 |
| HSL | 137.73º | 0.88% | 0.45% | - |
| HSV(B) | 137.73º | 0.94% | 0.85% | - |
| XYZ | 26.23 | 50.21 | 14.79 | - |
| YUV | 140 | 90.75 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 74 | 0.94 | 0 | 0.66 | 0.15 | 137.73 | 0.88 | 0.45 |
| Hex | E | D9 | 4A | 5E | 0 | 42 | F | 8A | 58 | 2D |
| Octal | 16 | 331 | 112 | 136 | 0 | 102 | 17 | 212 | 130 | 55 |
| Binary | 1110 | 11011001 | 1001010 | 1011110 | 0 | 1000010 | 1111 | 10001010 | 1011000 | 101101 |
Color Harmonies of #0ED94A
Complementary color
Monochromatic Colors of #0ED94A
Black with #0ED94A
Text Example
Text Example
White with #0ED94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED94A; }
p { color: rgb(14,217,74); }
H1.HeaderClassName
{
color: #0ED94A;
}
.AnyTagClassName
{
color: #0ED94A;
}
</style>
background-color css
<style>
a { background-color: #0ED94A; }
a { background-color: rgb(14,217,74); }
div.DivClassName
{
background-color: #0ED94A;
}
.BgClassName
{
background-color: #0ED94A;
}
</style>
border-color css
<style>
span { border-color: #0ED94A; }
span { border-color: rgb(14,217,74); }
td.TdClassName
{
border-color: #0ED94A;
}
.TagClassName
{
border-color: #0ED94A;
}
</style>