Shades of Malachite #0DC85D
Tints of Malachite #0DC85D
RGB
CMYK
RGB Variations
Color information
#0DC85D (or 0x0DC85D) is known color: Malachite. HEX triplet: 0D, C8 and 5D. RGB value is (13,200,93). Sum of RGB (Red+Green+Blue) = 13+200+93=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC85D is #F237A2. Grayscale: #848484. Windows color (decimal): -15873955 or 6146061. OLE color: 6146061.
HSL color Cylindrical-coordinate representation of color #0DC85D: hue angle of 145.67º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC85D is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 93 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.22 |
| HSL | 145.67º | 0.88% | 0.42% | - |
| HSV(B) | 145.67º | 0.94% | 0.78% | - |
| XYZ | 22.8 | 42.18 | 17.3 | - |
| YUV | 131.89 | 106.05 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 93 | 0.94 | 0 | 0.54 | 0.22 | 145.67 | 0.88 | 0.42 |
| Hex | D | C8 | 5D | 5E | 0 | 36 | 16 | 92 | 58 | 2A |
| Octal | 15 | 310 | 135 | 136 | 0 | 66 | 26 | 222 | 130 | 52 |
| Binary | 1101 | 11001000 | 1011101 | 1011110 | 0 | 110110 | 10110 | 10010010 | 1011000 | 101010 |
Color Harmonies of #0DC85D
Complementary color
Monochromatic Colors of #0DC85D
Black with #0DC85D
Text Example
Text Example
White with #0DC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC85D; }
p { color: rgb(13,200,93); }
H1.HeaderClassName
{
color: #0DC85D;
}
.AnyTagClassName
{
color: #0DC85D;
}
</style>
background-color css
<style>
a { background-color: #0DC85D; }
a { background-color: rgb(13,200,93); }
div.DivClassName
{
background-color: #0DC85D;
}
.BgClassName
{
background-color: #0DC85D;
}
</style>
border-color css
<style>
span { border-color: #0DC85D; }
span { border-color: rgb(13,200,93); }
td.TdClassName
{
border-color: #0DC85D;
}
.TagClassName
{
border-color: #0DC85D;
}
</style>