Shades of Malachite #0DCE56
Tints of Malachite #0DCE56
RGB
CMYK
RGB Variations
Color information
#0DCE56 (or 0x0DCE56) is known color: Malachite. HEX triplet: 0D, CE and 56. RGB value is (13,206,86). Sum of RGB (Red+Green+Blue) = 13+206+86=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 206 (80.86% from 255 or 67.54% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCE56 is #F231A9. Grayscale: #868686. Windows color (decimal): -15872426 or 5688845. OLE color: 5688845.
HSL color Cylindrical-coordinate representation of color #0DCE56: hue angle of 142.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCE56 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 86 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.19 |
| HSL | 142.69º | 0.88% | 0.43% | - |
| HSV(B) | 142.69º | 0.94% | 0.81% | - |
| XYZ | 23.92 | 44.9 | 16.21 | - |
| YUV | 134.61 | 100.56 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 86 | 0.94 | 0 | 0.58 | 0.19 | 142.69 | 0.88 | 0.43 |
| Hex | D | CE | 56 | 5E | 0 | 3A | 13 | 8F | 58 | 2B |
| Octal | 15 | 316 | 126 | 136 | 0 | 72 | 23 | 217 | 130 | 53 |
| Binary | 1101 | 11001110 | 1010110 | 1011110 | 0 | 111010 | 10011 | 10001111 | 1011000 | 101011 |
Color Harmonies of #0DCE56
Complementary color
Monochromatic Colors of #0DCE56
Black with #0DCE56
Text Example
Text Example
White with #0DCE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCE56; }
p { color: rgb(13,206,86); }
H1.HeaderClassName
{
color: #0DCE56;
}
.AnyTagClassName
{
color: #0DCE56;
}
</style>
background-color css
<style>
a { background-color: #0DCE56; }
a { background-color: rgb(13,206,86); }
div.DivClassName
{
background-color: #0DCE56;
}
.BgClassName
{
background-color: #0DCE56;
}
</style>
border-color css
<style>
span { border-color: #0DCE56; }
span { border-color: rgb(13,206,86); }
td.TdClassName
{
border-color: #0DCE56;
}
.TagClassName
{
border-color: #0DCE56;
}
</style>