Shades of Malachite #0DC64E
Tints of Malachite #0DC64E
RGB
CMYK
RGB Variations
Color information
#0DC64E (or 0x0DC64E) is known color: Malachite. HEX triplet: 0D, C6 and 4E. RGB value is (13,198,78). Sum of RGB (Red+Green+Blue) = 13+198+78=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 198 (77.73% from 255 or 68.51% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC64E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC64E is #F239B1. Grayscale: #818181. Windows color (decimal): -15874482 or 5162509. OLE color: 5162509.
HSL color Cylindrical-coordinate representation of color #0DC64E: hue angle of 141.08º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC64E is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 78 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.22 |
| HSL | 141.08º | 0.88% | 0.41% | - |
| HSV(B) | 141.08º | 0.93% | 0.78% | - |
| XYZ | 21.74 | 41.02 | 13.98 | - |
| YUV | 129.01 | 99.21 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 78 | 0.93 | 0 | 0.61 | 0.22 | 141.08 | 0.88 | 0.41 |
| Hex | D | C6 | 4E | 5D | 0 | 3D | 16 | 8D | 58 | 29 |
| Octal | 15 | 306 | 116 | 135 | 0 | 75 | 26 | 215 | 130 | 51 |
| Binary | 1101 | 11000110 | 1001110 | 1011101 | 0 | 111101 | 10110 | 10001101 | 1011000 | 101001 |
Color Harmonies of #0DC64E
Complementary color
Monochromatic Colors of #0DC64E
Black with #0DC64E
Text Example
Text Example
White with #0DC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC64E; }
p { color: rgb(13,198,78); }
H1.HeaderClassName
{
color: #0DC64E;
}
.AnyTagClassName
{
color: #0DC64E;
}
</style>
background-color css
<style>
a { background-color: #0DC64E; }
a { background-color: rgb(13,198,78); }
div.DivClassName
{
background-color: #0DC64E;
}
.BgClassName
{
background-color: #0DC64E;
}
</style>
border-color css
<style>
span { border-color: #0DC64E; }
span { border-color: rgb(13,198,78); }
td.TdClassName
{
border-color: #0DC64E;
}
.TagClassName
{
border-color: #0DC64E;
}
</style>