Shades of Malachite #0DEC47
Tints of Malachite #0DEC47
RGB
CMYK
RGB Variations
Color information
#0DEC47 (or 0x0DEC47) is known color: Malachite. HEX triplet: 0D, EC and 47. RGB value is (13,236,71). Sum of RGB (Red+Green+Blue) = 13+236+71=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEC47 is #F213B8. Grayscale: #969696. Windows color (decimal): -15864761 or 4713485. OLE color: 4713485.
HSL color Cylindrical-coordinate representation of color #0DEC47: hue angle of 135.61º 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 #0DEC47 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 71 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.07 |
| HSL | 135.61º | 0.9% | 0.49% | - |
| HSV(B) | 135.61º | 0.94% | 0.93% | - |
| XYZ | 31.3 | 60.53 | 16 | - |
| YUV | 150.51 | 83.12 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 71 | 0.94 | 0 | 0.70 | 0.07 | 135.61 | 0.9 | 0.49 |
| Hex | D | EC | 47 | 5E | 0 | 46 | 7 | 88 | 5A | 31 |
| Octal | 15 | 354 | 107 | 136 | 0 | 106 | 7 | 210 | 132 | 61 |
| Binary | 1101 | 11101100 | 1000111 | 1011110 | 0 | 1000110 | 111 | 10001000 | 1011010 | 110001 |
Color Harmonies of #0DEC47
Complementary color
Monochromatic Colors of #0DEC47
Black with #0DEC47
Text Example
Text Example
White with #0DEC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC47; }
p { color: rgb(13,236,71); }
H1.HeaderClassName
{
color: #0DEC47;
}
.AnyTagClassName
{
color: #0DEC47;
}
</style>
background-color css
<style>
a { background-color: #0DEC47; }
a { background-color: rgb(13,236,71); }
div.DivClassName
{
background-color: #0DEC47;
}
.BgClassName
{
background-color: #0DEC47;
}
</style>
border-color css
<style>
span { border-color: #0DEC47; }
span { border-color: rgb(13,236,71); }
td.TdClassName
{
border-color: #0DEC47;
}
.TagClassName
{
border-color: #0DEC47;
}
</style>