Shades of Malachite #0DC650
Tints of Malachite #0DC650
RGB
CMYK
RGB Variations
Color information
#0DC650 (or 0x0DC650) is known color: Malachite. HEX triplet: 0D, C6 and 50. RGB value is (13,198,80). Sum of RGB (Red+Green+Blue) = 13+198+80=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 198 (77.73% from 255 or 68.04% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC650 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC650 is #F239AF. Grayscale: #818181. Windows color (decimal): -15874480 or 5293581. OLE color: 5293581.
HSL color Cylindrical-coordinate representation of color #0DC650: hue angle of 141.73º 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 #0DC650 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 80 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.22 |
| HSL | 141.73º | 0.88% | 0.41% | - |
| HSV(B) | 141.73º | 0.93% | 0.78% | - |
| XYZ | 21.81 | 41.05 | 14.36 | - |
| YUV | 129.23 | 100.21 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 80 | 0.93 | 0 | 0.60 | 0.22 | 141.73 | 0.88 | 0.41 |
| Hex | D | C6 | 50 | 5D | 0 | 3C | 16 | 8E | 58 | 29 |
| Octal | 15 | 306 | 120 | 135 | 0 | 74 | 26 | 216 | 130 | 51 |
| Binary | 1101 | 11000110 | 1010000 | 1011101 | 0 | 111100 | 10110 | 10001110 | 1011000 | 101001 |
Color Harmonies of #0DC650
Complementary color
Monochromatic Colors of #0DC650
Black with #0DC650
Text Example
Text Example
White with #0DC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC650; }
p { color: rgb(13,198,80); }
H1.HeaderClassName
{
color: #0DC650;
}
.AnyTagClassName
{
color: #0DC650;
}
</style>
background-color css
<style>
a { background-color: #0DC650; }
a { background-color: rgb(13,198,80); }
div.DivClassName
{
background-color: #0DC650;
}
.BgClassName
{
background-color: #0DC650;
}
</style>
border-color css
<style>
span { border-color: #0DC650; }
span { border-color: rgb(13,198,80); }
td.TdClassName
{
border-color: #0DC650;
}
.TagClassName
{
border-color: #0DC650;
}
</style>