Shades of Malachite #0DE16D
Tints of Malachite #0DE16D
RGB
CMYK
RGB Variations
Color information
#0DE16D (or 0x0DE16D) is known color: Malachite. HEX triplet: 0D, E1 and 6D. RGB value is (13,225,109). Sum of RGB (Red+Green+Blue) = 13+225+109=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 225 (88.28% from 255 or 64.84% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE16D is #F21E92. Grayscale: #949494. Windows color (decimal): -15867539 or 7201037. OLE color: 7201037.
HSL color Cylindrical-coordinate representation of color #0DE16D: hue angle of 147.17º 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 #0DE16D is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 225 | 109 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.12 |
| HSL | 147.17º | 0.89% | 0.47% | - |
| HSV(B) | 147.17º | 0.94% | 0.88% | - |
| XYZ | 29.85 | 55.04 | 23.52 | - |
| YUV | 148.39 | 105.76 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 225 | 109 | 0.94 | 0 | 0.52 | 0.12 | 147.17 | 0.89 | 0.47 |
| Hex | D | E1 | 6D | 5E | 0 | 34 | C | 93 | 59 | 2F |
| Octal | 15 | 341 | 155 | 136 | 0 | 64 | 14 | 223 | 131 | 57 |
| Binary | 1101 | 11100001 | 1101101 | 1011110 | 0 | 110100 | 1100 | 10010011 | 1011001 | 101111 |
Color Harmonies of #0DE16D
Complementary color
Monochromatic Colors of #0DE16D
Black with #0DE16D
Text Example
Text Example
White with #0DE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE16D; }
p { color: rgb(13,225,109); }
H1.HeaderClassName
{
color: #0DE16D;
}
.AnyTagClassName
{
color: #0DE16D;
}
</style>
background-color css
<style>
a { background-color: #0DE16D; }
a { background-color: rgb(13,225,109); }
div.DivClassName
{
background-color: #0DE16D;
}
.BgClassName
{
background-color: #0DE16D;
}
</style>
border-color css
<style>
span { border-color: #0DE16D; }
span { border-color: rgb(13,225,109); }
td.TdClassName
{
border-color: #0DE16D;
}
.TagClassName
{
border-color: #0DE16D;
}
</style>