Shades of Malachite #0DE136
Tints of Malachite #0DE136
RGB
CMYK
RGB Variations
Color information
#0DE136 (or 0x0DE136) is known color: Malachite. HEX triplet: 0D, E1 and 36. RGB value is (13,225,54). Sum of RGB (Red+Green+Blue) = 13+225+54=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 225 (88.28% from 255 or 77.05% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE136 is #F21EC9. Grayscale: #8E8E8E. Windows color (decimal): -15867594 or 3596557. OLE color: 3596557.
HSL color Cylindrical-coordinate representation of color #0DE136: hue angle of 131.6º 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 #0DE136 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 225 | 54 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.12 |
| HSL | 131.6º | 0.89% | 0.47% | - |
| HSV(B) | 131.6º | 0.94% | 0.88% | - |
| XYZ | 27.76 | 54.2 | 12.49 | - |
| YUV | 142.12 | 78.26 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 225 | 54 | 0.94 | 0 | 0.76 | 0.12 | 131.6 | 0.89 | 0.47 |
| Hex | D | E1 | 36 | 5E | 0 | 4C | C | 84 | 59 | 2F |
| Octal | 15 | 341 | 66 | 136 | 0 | 114 | 14 | 204 | 131 | 57 |
| Binary | 1101 | 11100001 | 110110 | 1011110 | 0 | 1001100 | 1100 | 10000100 | 1011001 | 101111 |
Color Harmonies of #0DE136
Complementary color
Monochromatic Colors of #0DE136
Black with #0DE136
Text Example
Text Example
White with #0DE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE136; }
p { color: rgb(13,225,54); }
H1.HeaderClassName
{
color: #0DE136;
}
.AnyTagClassName
{
color: #0DE136;
}
</style>
background-color css
<style>
a { background-color: #0DE136; }
a { background-color: rgb(13,225,54); }
div.DivClassName
{
background-color: #0DE136;
}
.BgClassName
{
background-color: #0DE136;
}
</style>
border-color css
<style>
span { border-color: #0DE136; }
span { border-color: rgb(13,225,54); }
td.TdClassName
{
border-color: #0DE136;
}
.TagClassName
{
border-color: #0DE136;
}
</style>