Shades of Malachite #0DEC6A
Tints of Malachite #0DEC6A
RGB
CMYK
RGB Variations
Color information
#0DEC6A (or 0x0DEC6A) is known color: Malachite. HEX triplet: 0D, EC and 6A. RGB value is (13,236,106). Sum of RGB (Red+Green+Blue) = 13+236+106=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC6A is #F21395. Grayscale: #9A9A9A. Windows color (decimal): -15864726 or 7007245. OLE color: 7007245.
HSL color Cylindrical-coordinate representation of color #0DEC6A: hue angle of 145.02º 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 #0DEC6A is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 236 | 106 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.07 |
| HSL | 145.02º | 0.9% | 0.49% | - |
| HSV(B) | 145.02º | 0.94% | 0.93% | - |
| XYZ | 32.76 | 61.12 | 23.71 | - |
| YUV | 154.5 | 100.62 | 27.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 106 | 0.94 | 0 | 0.55 | 0.07 | 145.02 | 0.9 | 0.49 |
| Hex | D | EC | 6A | 5E | 0 | 37 | 7 | 91 | 5A | 31 |
| Octal | 15 | 354 | 152 | 136 | 0 | 67 | 7 | 221 | 132 | 61 |
| Binary | 1101 | 11101100 | 1101010 | 1011110 | 0 | 110111 | 111 | 10010001 | 1011010 | 110001 |
Color Harmonies of #0DEC6A
Complementary color
Monochromatic Colors of #0DEC6A
Black with #0DEC6A
Text Example
Text Example
White with #0DEC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEC6A; }
p { color: rgb(13,236,106); }
H1.HeaderClassName
{
color: #0DEC6A;
}
.AnyTagClassName
{
color: #0DEC6A;
}
</style>
background-color css
<style>
a { background-color: #0DEC6A; }
a { background-color: rgb(13,236,106); }
div.DivClassName
{
background-color: #0DEC6A;
}
.BgClassName
{
background-color: #0DEC6A;
}
</style>
border-color css
<style>
span { border-color: #0DEC6A; }
span { border-color: rgb(13,236,106); }
td.TdClassName
{
border-color: #0DEC6A;
}
.TagClassName
{
border-color: #0DEC6A;
}
</style>