Shades of Malachite #0DC256
Tints of Malachite #0DC256
RGB
CMYK
RGB Variations
Color information
#0DC256 (or 0x0DC256) is known color: Malachite. HEX triplet: 0D, C2 and 56. RGB value is (13,194,86). Sum of RGB (Red+Green+Blue) = 13+194+86=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC256 is #F23DA9. Grayscale: #7F7F7F. Windows color (decimal): -15875498 or 5685773. OLE color: 5685773.
HSL color Cylindrical-coordinate representation of color #0DC256: hue angle of 144.2º 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 #0DC256 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 194 | 86 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.24 |
| HSL | 144.2º | 0.87% | 0.41% | - |
| HSV(B) | 144.2º | 0.93% | 0.76% | - |
| XYZ | 21.14 | 39.34 | 15.28 | - |
| YUV | 127.57 | 104.53 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 86 | 0.93 | 0 | 0.56 | 0.24 | 144.2 | 0.87 | 0.41 |
| Hex | D | C2 | 56 | 5D | 0 | 38 | 18 | 90 | 57 | 29 |
| Octal | 15 | 302 | 126 | 135 | 0 | 70 | 30 | 220 | 127 | 51 |
| Binary | 1101 | 11000010 | 1010110 | 1011101 | 0 | 111000 | 11000 | 10010000 | 1010111 | 101001 |
Color Harmonies of #0DC256
Complementary color
Monochromatic Colors of #0DC256
Black with #0DC256
Text Example
Text Example
White with #0DC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC256; }
p { color: rgb(13,194,86); }
H1.HeaderClassName
{
color: #0DC256;
}
.AnyTagClassName
{
color: #0DC256;
}
</style>
background-color css
<style>
a { background-color: #0DC256; }
a { background-color: rgb(13,194,86); }
div.DivClassName
{
background-color: #0DC256;
}
.BgClassName
{
background-color: #0DC256;
}
</style>
border-color css
<style>
span { border-color: #0DC256; }
span { border-color: rgb(13,194,86); }
td.TdClassName
{
border-color: #0DC256;
}
.TagClassName
{
border-color: #0DC256;
}
</style>