Shades of Malachite #0DE656
Tints of Malachite #0DE656
RGB
CMYK
RGB Variations
Color information
#0DE656 (or 0x0DE656) is known color: Malachite. HEX triplet: 0D, E6 and 56. RGB value is (13,230,86). Sum of RGB (Red+Green+Blue) = 13+230+86=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 230 (90.23% from 255 or 69.91% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE656 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE656 is #F219A9. Grayscale: #959595. Windows color (decimal): -15866282 or 5694989. OLE color: 5694989.
HSL color Cylindrical-coordinate representation of color #0DE656: hue angle of 140.18º 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 #0DE656 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 230 | 86 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.10 |
| HSL | 140.18º | 0.89% | 0.48% | - |
| HSV(B) | 140.18º | 0.94% | 0.9% | - |
| XYZ | 30.14 | 57.35 | 18.29 | - |
| YUV | 148.7 | 92.61 | 31.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 230 | 86 | 0.94 | 0 | 0.63 | 0.10 | 140.18 | 0.89 | 0.48 |
| Hex | D | E6 | 56 | 5E | 0 | 3F | A | 8C | 59 | 30 |
| Octal | 15 | 346 | 126 | 136 | 0 | 77 | 12 | 214 | 131 | 60 |
| Binary | 1101 | 11100110 | 1010110 | 1011110 | 0 | 111111 | 1010 | 10001100 | 1011001 | 110000 |
Color Harmonies of #0DE656
Complementary color
Monochromatic Colors of #0DE656
Black with #0DE656
Text Example
Text Example
White with #0DE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE656; }
p { color: rgb(13,230,86); }
H1.HeaderClassName
{
color: #0DE656;
}
.AnyTagClassName
{
color: #0DE656;
}
</style>
background-color css
<style>
a { background-color: #0DE656; }
a { background-color: rgb(13,230,86); }
div.DivClassName
{
background-color: #0DE656;
}
.BgClassName
{
background-color: #0DE656;
}
</style>
border-color css
<style>
span { border-color: #0DE656; }
span { border-color: rgb(13,230,86); }
td.TdClassName
{
border-color: #0DE656;
}
.TagClassName
{
border-color: #0DE656;
}
</style>