Shades of Malachite #0DC65E
Tints of Malachite #0DC65E
RGB
CMYK
RGB Variations
Color information
#0DC65E (or 0x0DC65E) is known color: Malachite. HEX triplet: 0D, C6 and 5E. RGB value is (13,198,94). Sum of RGB (Red+Green+Blue) = 13+198+94=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC65E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC65E is #F239A1. Grayscale: #838383. Windows color (decimal): -15874466 or 6211085. OLE color: 6211085.
HSL color Cylindrical-coordinate representation of color #0DC65E: hue angle of 146.27º 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 #0DC65E is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 94 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.22 |
| HSL | 146.27º | 0.88% | 0.41% | - |
| HSV(B) | 146.27º | 0.93% | 0.78% | - |
| XYZ | 22.38 | 41.28 | 17.38 | - |
| YUV | 130.83 | 107.21 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 94 | 0.93 | 0 | 0.53 | 0.22 | 146.27 | 0.88 | 0.41 |
| Hex | D | C6 | 5E | 5D | 0 | 35 | 16 | 92 | 58 | 29 |
| Octal | 15 | 306 | 136 | 135 | 0 | 65 | 26 | 222 | 130 | 51 |
| Binary | 1101 | 11000110 | 1011110 | 1011101 | 0 | 110101 | 10110 | 10010010 | 1011000 | 101001 |
Color Harmonies of #0DC65E
Complementary color
Monochromatic Colors of #0DC65E
Black with #0DC65E
Text Example
Text Example
White with #0DC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC65E; }
p { color: rgb(13,198,94); }
H1.HeaderClassName
{
color: #0DC65E;
}
.AnyTagClassName
{
color: #0DC65E;
}
</style>
background-color css
<style>
a { background-color: #0DC65E; }
a { background-color: rgb(13,198,94); }
div.DivClassName
{
background-color: #0DC65E;
}
.BgClassName
{
background-color: #0DC65E;
}
</style>
border-color css
<style>
span { border-color: #0DC65E; }
span { border-color: rgb(13,198,94); }
td.TdClassName
{
border-color: #0DC65E;
}
.TagClassName
{
border-color: #0DC65E;
}
</style>