Shades of Malachite #0DEC56
Tints of Malachite #0DEC56
RGB
CMYK
RGB Variations
Color information
#0DEC56 (or 0x0DEC56) is known color: Malachite. HEX triplet: 0D, EC and 56. RGB value is (13,236,86). Sum of RGB (Red+Green+Blue) = 13+236+86=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC56 is #F213A9. Grayscale: #989898. Windows color (decimal): -15864746 or 5696525. OLE color: 5696525.
HSL color Cylindrical-coordinate representation of color #0DEC56: hue angle of 139.64º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEC56 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 86 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.07 |
| HSL | 139.64º | 0.9% | 0.49% | - |
| HSV(B) | 139.64º | 0.94% | 0.93% | - |
| XYZ | 31.84 | 60.75 | 18.85 | - |
| YUV | 152.22 | 90.62 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 86 | 0.94 | 0 | 0.64 | 0.07 | 139.64 | 0.9 | 0.49 |
| Hex | D | EC | 56 | 5E | 0 | 40 | 7 | 8C | 5A | 31 |
| Octal | 15 | 354 | 126 | 136 | 0 | 100 | 7 | 214 | 132 | 61 |
| Binary | 1101 | 11101100 | 1010110 | 1011110 | 0 | 1000000 | 111 | 10001100 | 1011010 | 110001 |
Color Harmonies of #0DEC56
Complementary color
Monochromatic Colors of #0DEC56
Black with #0DEC56
Text Example
Text Example
White with #0DEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC56; }
p { color: rgb(13,236,86); }
H1.HeaderClassName
{
color: #0DEC56;
}
.AnyTagClassName
{
color: #0DEC56;
}
</style>
background-color css
<style>
a { background-color: #0DEC56; }
a { background-color: rgb(13,236,86); }
div.DivClassName
{
background-color: #0DEC56;
}
.BgClassName
{
background-color: #0DEC56;
}
</style>
border-color css
<style>
span { border-color: #0DEC56; }
span { border-color: rgb(13,236,86); }
td.TdClassName
{
border-color: #0DEC56;
}
.TagClassName
{
border-color: #0DEC56;
}
</style>