Shades of Malachite #0DCC5D
Tints of Malachite #0DCC5D
RGB
CMYK
RGB Variations
Color information
#0DCC5D (or 0x0DCC5D) is known color: Malachite. HEX triplet: 0D, CC and 5D. RGB value is (13,204,93). Sum of RGB (Red+Green+Blue) = 13+204+93=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCC5D is #F233A2. Grayscale: #868686. Windows color (decimal): -15872931 or 6147085. OLE color: 6147085.
HSL color Cylindrical-coordinate representation of color #0DCC5D: hue angle of 145.13º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCC5D is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 93 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.2 |
| HSL | 145.13º | 0.88% | 0.43% | - |
| HSV(B) | 145.13º | 0.94% | 0.8% | - |
| XYZ | 23.73 | 44.06 | 17.61 | - |
| YUV | 134.24 | 104.72 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 93 | 0.94 | 0 | 0.54 | 0.2 | 145.13 | 0.88 | 0.43 |
| Hex | D | CC | 5D | 5E | 0 | 36 | 14 | 91 | 58 | 2B |
| Octal | 15 | 314 | 135 | 136 | 0 | 66 | 24 | 221 | 130 | 53 |
| Binary | 1101 | 11001100 | 1011101 | 1011110 | 0 | 110110 | 10100 | 10010001 | 1011000 | 101011 |
Color Harmonies of #0DCC5D
Complementary color
Monochromatic Colors of #0DCC5D
Black with #0DCC5D
Text Example
Text Example
White with #0DCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCC5D; }
p { color: rgb(13,204,93); }
H1.HeaderClassName
{
color: #0DCC5D;
}
.AnyTagClassName
{
color: #0DCC5D;
}
</style>
background-color css
<style>
a { background-color: #0DCC5D; }
a { background-color: rgb(13,204,93); }
div.DivClassName
{
background-color: #0DCC5D;
}
.BgClassName
{
background-color: #0DCC5D;
}
</style>
border-color css
<style>
span { border-color: #0DCC5D; }
span { border-color: rgb(13,204,93); }
td.TdClassName
{
border-color: #0DCC5D;
}
.TagClassName
{
border-color: #0DCC5D;
}
</style>