Shades of Malachite #0DC561
Tints of Malachite #0DC561
RGB
CMYK
RGB Variations
Color information
#0DC561 (or 0x0DC561) is known color: Malachite. HEX triplet: 0D, C5 and 61. RGB value is (13,197,97). Sum of RGB (Red+Green+Blue) = 13+197+97=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC561 is #F23A9E. Grayscale: #828282. Windows color (decimal): -15874719 or 6407437. OLE color: 6407437.
HSL color Cylindrical-coordinate representation of color #0DC561: hue angle of 147.39º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC561 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 97 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.23 |
| HSL | 147.39º | 0.88% | 0.41% | - |
| HSV(B) | 147.39º | 0.93% | 0.77% | - |
| XYZ | 22.29 | 40.88 | 18.03 | - |
| YUV | 130.58 | 109.04 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 97 | 0.93 | 0 | 0.51 | 0.23 | 147.39 | 0.88 | 0.41 |
| Hex | D | C5 | 61 | 5D | 0 | 33 | 17 | 93 | 58 | 29 |
| Octal | 15 | 305 | 141 | 135 | 0 | 63 | 27 | 223 | 130 | 51 |
| Binary | 1101 | 11000101 | 1100001 | 1011101 | 0 | 110011 | 10111 | 10010011 | 1011000 | 101001 |
Color Harmonies of #0DC561
Complementary color
Monochromatic Colors of #0DC561
Black with #0DC561
Text Example
Text Example
White with #0DC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC561; }
p { color: rgb(13,197,97); }
H1.HeaderClassName
{
color: #0DC561;
}
.AnyTagClassName
{
color: #0DC561;
}
</style>
background-color css
<style>
a { background-color: #0DC561; }
a { background-color: rgb(13,197,97); }
div.DivClassName
{
background-color: #0DC561;
}
.BgClassName
{
background-color: #0DC561;
}
</style>
border-color css
<style>
span { border-color: #0DC561; }
span { border-color: rgb(13,197,97); }
td.TdClassName
{
border-color: #0DC561;
}
.TagClassName
{
border-color: #0DC561;
}
</style>