Shades of Malachite #0DE070
Tints of Malachite #0DE070
RGB
CMYK
RGB Variations
Color information
#0DE070 (or 0x0DE070) is known color: Malachite. HEX triplet: 0D, E0 and 70. RGB value is (13,224,112). Sum of RGB (Red+Green+Blue) = 13+224+112=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 224 (87.89% from 255 or 64.18% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE070 is #F21F8F. Grayscale: #949494. Windows color (decimal): -15867792 or 7397389. OLE color: 7397389.
HSL color Cylindrical-coordinate representation of color #0DE070: hue angle of 148.15º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE070 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 112 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.12 |
| HSL | 148.15º | 0.89% | 0.46% | - |
| HSV(B) | 148.15º | 0.94% | 0.88% | - |
| XYZ | 29.75 | 54.57 | 24.29 | - |
| YUV | 148.14 | 107.6 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 112 | 0.94 | 0 | 0.50 | 0.12 | 148.15 | 0.89 | 0.46 |
| Hex | D | E0 | 70 | 5E | 0 | 32 | C | 94 | 59 | 2E |
| Octal | 15 | 340 | 160 | 136 | 0 | 62 | 14 | 224 | 131 | 56 |
| Binary | 1101 | 11100000 | 1110000 | 1011110 | 0 | 110010 | 1100 | 10010100 | 1011001 | 101110 |
Color Harmonies of #0DE070
Complementary color
Monochromatic Colors of #0DE070
Black with #0DE070
Text Example
Text Example
White with #0DE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE070; }
p { color: rgb(13,224,112); }
H1.HeaderClassName
{
color: #0DE070;
}
.AnyTagClassName
{
color: #0DE070;
}
</style>
background-color css
<style>
a { background-color: #0DE070; }
a { background-color: rgb(13,224,112); }
div.DivClassName
{
background-color: #0DE070;
}
.BgClassName
{
background-color: #0DE070;
}
</style>
border-color css
<style>
span { border-color: #0DE070; }
span { border-color: rgb(13,224,112); }
td.TdClassName
{
border-color: #0DE070;
}
.TagClassName
{
border-color: #0DE070;
}
</style>