Shades of Malachite #0DE160
Tints of Malachite #0DE160
RGB
CMYK
RGB Variations
Color information
#0DE160 (or 0x0DE160) is known color: Malachite. HEX triplet: 0D, E1 and 60. RGB value is (13,225,96). Sum of RGB (Red+Green+Blue) = 13+225+96=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE160 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE160 is #F21E9F. Grayscale: #939393. Windows color (decimal): -15867552 or 6349069. OLE color: 6349069.
HSL color Cylindrical-coordinate representation of color #0DE160: hue angle of 143.49º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE160 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 225 | 96 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.12 |
| HSL | 143.49º | 0.89% | 0.47% | - |
| HSV(B) | 143.49º | 0.94% | 0.88% | - |
| XYZ | 29.2 | 54.78 | 20.1 | - |
| YUV | 146.91 | 99.26 | 32.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 225 | 96 | 0.94 | 0 | 0.57 | 0.12 | 143.49 | 0.89 | 0.47 |
| Hex | D | E1 | 60 | 5E | 0 | 39 | C | 8F | 59 | 2F |
| Octal | 15 | 341 | 140 | 136 | 0 | 71 | 14 | 217 | 131 | 57 |
| Binary | 1101 | 11100001 | 1100000 | 1011110 | 0 | 111001 | 1100 | 10001111 | 1011001 | 101111 |
Color Harmonies of #0DE160
Complementary color
Monochromatic Colors of #0DE160
Black with #0DE160
Text Example
Text Example
White with #0DE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE160; }
p { color: rgb(13,225,96); }
H1.HeaderClassName
{
color: #0DE160;
}
.AnyTagClassName
{
color: #0DE160;
}
</style>
background-color css
<style>
a { background-color: #0DE160; }
a { background-color: rgb(13,225,96); }
div.DivClassName
{
background-color: #0DE160;
}
.BgClassName
{
background-color: #0DE160;
}
</style>
border-color css
<style>
span { border-color: #0DE160; }
span { border-color: rgb(13,225,96); }
td.TdClassName
{
border-color: #0DE160;
}
.TagClassName
{
border-color: #0DE160;
}
</style>