Shades of Malachite #0ED96C
Tints of Malachite #0ED96C
RGB
CMYK
RGB Variations
Color information
#0ED96C (or 0x0ED96C) is known color: Malachite. HEX triplet: 0E, D9 and 6C. RGB value is (14,217,108). Sum of RGB (Red+Green+Blue) = 14+217+108=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 217 (85.16% from 255 or 64.01% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED96C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED96C is #F12693. Grayscale: #909090. Windows color (decimal): -15804052 or 7133454. OLE color: 7133454.
HSL color Cylindrical-coordinate representation of color #0ED96C: hue angle of 147.78º 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 #0ED96C is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 108 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.15 |
| HSL | 147.78º | 0.88% | 0.45% | - |
| HSV(B) | 147.78º | 0.94% | 0.85% | - |
| XYZ | 27.7 | 50.8 | 22.53 | - |
| YUV | 143.88 | 107.75 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 108 | 0.94 | 0 | 0.50 | 0.15 | 147.78 | 0.88 | 0.45 |
| Hex | E | D9 | 6C | 5E | 0 | 32 | F | 94 | 58 | 2D |
| Octal | 16 | 331 | 154 | 136 | 0 | 62 | 17 | 224 | 130 | 55 |
| Binary | 1110 | 11011001 | 1101100 | 1011110 | 0 | 110010 | 1111 | 10010100 | 1011000 | 101101 |
Color Harmonies of #0ED96C
Complementary color
Monochromatic Colors of #0ED96C
Black with #0ED96C
Text Example
Text Example
White with #0ED96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED96C; }
p { color: rgb(14,217,108); }
H1.HeaderClassName
{
color: #0ED96C;
}
.AnyTagClassName
{
color: #0ED96C;
}
</style>
background-color css
<style>
a { background-color: #0ED96C; }
a { background-color: rgb(14,217,108); }
div.DivClassName
{
background-color: #0ED96C;
}
.BgClassName
{
background-color: #0ED96C;
}
</style>
border-color css
<style>
span { border-color: #0ED96C; }
span { border-color: rgb(14,217,108); }
td.TdClassName
{
border-color: #0ED96C;
}
.TagClassName
{
border-color: #0ED96C;
}
</style>