Shades of Malachite #0ED93F
Tints of Malachite #0ED93F
RGB
CMYK
RGB Variations
Color information
#0ED93F (or 0x0ED93F) is known color: Malachite. HEX triplet: 0E, D9 and 3F. RGB value is (14,217,63). Sum of RGB (Red+Green+Blue) = 14+217+63=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 217 (85.16% from 255 or 73.81% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED93F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED93F is #F126C0. Grayscale: #8B8B8B. Windows color (decimal): -15804097 or 4184334. OLE color: 4184334.
HSL color Cylindrical-coordinate representation of color #0ED93F: hue angle of 134.48º 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 #0ED93F is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 63 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.15 |
| HSL | 134.48º | 0.88% | 0.45% | - |
| HSV(B) | 134.48º | 0.94% | 0.85% | - |
| XYZ | 25.89 | 50.08 | 13 | - |
| YUV | 138.75 | 85.25 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 63 | 0.94 | 0 | 0.71 | 0.15 | 134.48 | 0.88 | 0.45 |
| Hex | E | D9 | 3F | 5E | 0 | 47 | F | 86 | 58 | 2D |
| Octal | 16 | 331 | 77 | 136 | 0 | 107 | 17 | 206 | 130 | 55 |
| Binary | 1110 | 11011001 | 111111 | 1011110 | 0 | 1000111 | 1111 | 10000110 | 1011000 | 101101 |
Color Harmonies of #0ED93F
Complementary color
Monochromatic Colors of #0ED93F
Black with #0ED93F
Text Example
Text Example
White with #0ED93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED93F; }
p { color: rgb(14,217,63); }
H1.HeaderClassName
{
color: #0ED93F;
}
.AnyTagClassName
{
color: #0ED93F;
}
</style>
background-color css
<style>
a { background-color: #0ED93F; }
a { background-color: rgb(14,217,63); }
div.DivClassName
{
background-color: #0ED93F;
}
.BgClassName
{
background-color: #0ED93F;
}
</style>
border-color css
<style>
span { border-color: #0ED93F; }
span { border-color: rgb(14,217,63); }
td.TdClassName
{
border-color: #0ED93F;
}
.TagClassName
{
border-color: #0ED93F;
}
</style>