Shades of Malachite #0DE154
Tints of Malachite #0DE154
RGB
CMYK
RGB Variations
Color information
#0DE154 (or 0x0DE154) is known color: Malachite. HEX triplet: 0D, E1 and 54. RGB value is (13,225,84). Sum of RGB (Red+Green+Blue) = 13+225+84=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 225 (88.28% from 255 or 69.88% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE154 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE154 is #F21EAB. Grayscale: #919191. Windows color (decimal): -15867564 or 5562637. OLE color: 5562637.
HSL color Cylindrical-coordinate representation of color #0DE154: hue angle of 140.09º 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 #0DE154 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 225 | 84 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.12 |
| HSL | 140.09º | 0.89% | 0.47% | - |
| HSV(B) | 140.09º | 0.94% | 0.88% | - |
| XYZ | 28.69 | 54.58 | 17.41 | - |
| YUV | 145.54 | 93.26 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 225 | 84 | 0.94 | 0 | 0.63 | 0.12 | 140.09 | 0.89 | 0.47 |
| Hex | D | E1 | 54 | 5E | 0 | 3F | C | 8C | 59 | 2F |
| Octal | 15 | 341 | 124 | 136 | 0 | 77 | 14 | 214 | 131 | 57 |
| Binary | 1101 | 11100001 | 1010100 | 1011110 | 0 | 111111 | 1100 | 10001100 | 1011001 | 101111 |
Color Harmonies of #0DE154
Complementary color
Monochromatic Colors of #0DE154
Black with #0DE154
Text Example
Text Example
White with #0DE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE154; }
p { color: rgb(13,225,84); }
H1.HeaderClassName
{
color: #0DE154;
}
.AnyTagClassName
{
color: #0DE154;
}
</style>
background-color css
<style>
a { background-color: #0DE154; }
a { background-color: rgb(13,225,84); }
div.DivClassName
{
background-color: #0DE154;
}
.BgClassName
{
background-color: #0DE154;
}
</style>
border-color css
<style>
span { border-color: #0DE154; }
span { border-color: rgb(13,225,84); }
td.TdClassName
{
border-color: #0DE154;
}
.TagClassName
{
border-color: #0DE154;
}
</style>