Shades of Malachite #0DE062
Tints of Malachite #0DE062
RGB
CMYK
RGB Variations
Color information
#0DE062 (or 0x0DE062) is known color: Malachite. HEX triplet: 0D, E0 and 62. RGB value is (13,224,98). Sum of RGB (Red+Green+Blue) = 13+224+98=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE062 is #F21F9D. Grayscale: #929292. Windows color (decimal): -15867806 or 6479885. OLE color: 6479885.
HSL color Cylindrical-coordinate representation of color #0DE062: hue angle of 144.17º 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 #0DE062 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 98 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.12 |
| HSL | 144.17º | 0.89% | 0.46% | - |
| HSV(B) | 144.17º | 0.94% | 0.88% | - |
| XYZ | 29.03 | 54.28 | 20.5 | - |
| YUV | 146.55 | 100.6 | 32.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 98 | 0.94 | 0 | 0.56 | 0.12 | 144.17 | 0.89 | 0.46 |
| Hex | D | E0 | 62 | 5E | 0 | 38 | C | 90 | 59 | 2E |
| Octal | 15 | 340 | 142 | 136 | 0 | 70 | 14 | 220 | 131 | 56 |
| Binary | 1101 | 11100000 | 1100010 | 1011110 | 0 | 111000 | 1100 | 10010000 | 1011001 | 101110 |
Color Harmonies of #0DE062
Complementary color
Monochromatic Colors of #0DE062
Black with #0DE062
Text Example
Text Example
White with #0DE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE062; }
p { color: rgb(13,224,98); }
H1.HeaderClassName
{
color: #0DE062;
}
.AnyTagClassName
{
color: #0DE062;
}
</style>
background-color css
<style>
a { background-color: #0DE062; }
a { background-color: rgb(13,224,98); }
div.DivClassName
{
background-color: #0DE062;
}
.BgClassName
{
background-color: #0DE062;
}
</style>
border-color css
<style>
span { border-color: #0DE062; }
span { border-color: rgb(13,224,98); }
td.TdClassName
{
border-color: #0DE062;
}
.TagClassName
{
border-color: #0DE062;
}
</style>