Shades of Malachite #0DE152
Tints of Malachite #0DE152
RGB
CMYK
RGB Variations
Color information
#0DE152 (or 0x0DE152) is known color: Malachite. HEX triplet: 0D, E1 and 52. RGB value is (13,225,82). Sum of RGB (Red+Green+Blue) = 13+225+82=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 225 (88.28% from 255 or 70.31% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE152 is #F21EAD. Grayscale: #919191. Windows color (decimal): -15867566 or 5431565. OLE color: 5431565.
HSL color Cylindrical-coordinate representation of color #0DE152: hue angle of 139.53º 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 #0DE152 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 225 | 82 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.12 |
| HSL | 139.53º | 0.89% | 0.47% | - |
| HSV(B) | 139.53º | 0.94% | 0.88% | - |
| XYZ | 28.61 | 54.55 | 17 | - |
| YUV | 145.31 | 92.26 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 225 | 82 | 0.94 | 0 | 0.64 | 0.12 | 139.53 | 0.89 | 0.47 |
| Hex | D | E1 | 52 | 5E | 0 | 40 | C | 8C | 59 | 2F |
| Octal | 15 | 341 | 122 | 136 | 0 | 100 | 14 | 214 | 131 | 57 |
| Binary | 1101 | 11100001 | 1010010 | 1011110 | 0 | 1000000 | 1100 | 10001100 | 1011001 | 101111 |
Color Harmonies of #0DE152
Complementary color
Monochromatic Colors of #0DE152
Black with #0DE152
Text Example
Text Example
White with #0DE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE152; }
p { color: rgb(13,225,82); }
H1.HeaderClassName
{
color: #0DE152;
}
.AnyTagClassName
{
color: #0DE152;
}
</style>
background-color css
<style>
a { background-color: #0DE152; }
a { background-color: rgb(13,225,82); }
div.DivClassName
{
background-color: #0DE152;
}
.BgClassName
{
background-color: #0DE152;
}
</style>
border-color css
<style>
span { border-color: #0DE152; }
span { border-color: rgb(13,225,82); }
td.TdClassName
{
border-color: #0DE152;
}
.TagClassName
{
border-color: #0DE152;
}
</style>