Shades of Malachite #0DC260
Tints of Malachite #0DC260
RGB
CMYK
RGB Variations
Color information
#0DC260 (or 0x0DC260) is known color: Malachite. HEX triplet: 0D, C2 and 60. RGB value is (13,194,96). Sum of RGB (Red+Green+Blue) = 13+194+96=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC260 is #F23D9F. Grayscale: #808080. Windows color (decimal): -15875488 or 6341133. OLE color: 6341133.
HSL color Cylindrical-coordinate representation of color #0DC260: hue angle of 147.51º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC260 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 194 | 96 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.24 |
| HSL | 147.51º | 0.87% | 0.41% | - |
| HSV(B) | 147.51º | 0.93% | 0.76% | - |
| XYZ | 21.57 | 39.51 | 17.56 | - |
| YUV | 128.71 | 109.53 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 96 | 0.93 | 0 | 0.51 | 0.24 | 147.51 | 0.87 | 0.41 |
| Hex | D | C2 | 60 | 5D | 0 | 33 | 18 | 94 | 57 | 29 |
| Octal | 15 | 302 | 140 | 135 | 0 | 63 | 30 | 224 | 127 | 51 |
| Binary | 1101 | 11000010 | 1100000 | 1011101 | 0 | 110011 | 11000 | 10010100 | 1010111 | 101001 |
Color Harmonies of #0DC260
Complementary color
Monochromatic Colors of #0DC260
Black with #0DC260
Text Example
Text Example
White with #0DC260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC260; }
p { color: rgb(13,194,96); }
H1.HeaderClassName
{
color: #0DC260;
}
.AnyTagClassName
{
color: #0DC260;
}
</style>
background-color css
<style>
a { background-color: #0DC260; }
a { background-color: rgb(13,194,96); }
div.DivClassName
{
background-color: #0DC260;
}
.BgClassName
{
background-color: #0DC260;
}
</style>
border-color css
<style>
span { border-color: #0DC260; }
span { border-color: rgb(13,194,96); }
td.TdClassName
{
border-color: #0DC260;
}
.TagClassName
{
border-color: #0DC260;
}
</style>