Shades of Malachite #0DE640
Tints of Malachite #0DE640
RGB
CMYK
RGB Variations
Color information
#0DE640 (or 0x0DE640) is known color: Malachite. HEX triplet: 0D, E6 and 40. RGB value is (13,230,64). Sum of RGB (Red+Green+Blue) = 13+230+64=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 230 (90.23% from 255 or 74.92% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE640 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DE640 is #F219BF. Grayscale: #929292. Windows color (decimal): -15866304 or 4253197. OLE color: 4253197.
HSL color Cylindrical-coordinate representation of color #0DE640: hue angle of 134.1º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE640 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 230 | 64 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.10 |
| HSL | 134.1º | 0.89% | 0.48% | - |
| HSV(B) | 134.1º | 0.94% | 0.9% | - |
| XYZ | 29.39 | 57.05 | 14.31 | - |
| YUV | 146.19 | 81.61 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 230 | 64 | 0.94 | 0 | 0.72 | 0.10 | 134.1 | 0.89 | 0.48 |
| Hex | D | E6 | 40 | 5E | 0 | 48 | A | 86 | 59 | 30 |
| Octal | 15 | 346 | 100 | 136 | 0 | 110 | 12 | 206 | 131 | 60 |
| Binary | 1101 | 11100110 | 1000000 | 1011110 | 0 | 1001000 | 1010 | 10000110 | 1011001 | 110000 |
Color Harmonies of #0DE640
Complementary color
Monochromatic Colors of #0DE640
Black with #0DE640
Text Example
Text Example
White with #0DE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE640; }
p { color: rgb(13,230,64); }
H1.HeaderClassName
{
color: #0DE640;
}
.AnyTagClassName
{
color: #0DE640;
}
</style>
background-color css
<style>
a { background-color: #0DE640; }
a { background-color: rgb(13,230,64); }
div.DivClassName
{
background-color: #0DE640;
}
.BgClassName
{
background-color: #0DE640;
}
</style>
border-color css
<style>
span { border-color: #0DE640; }
span { border-color: rgb(13,230,64); }
td.TdClassName
{
border-color: #0DE640;
}
.TagClassName
{
border-color: #0DE640;
}
</style>