Shades of Malachite #0DC85E
Tints of Malachite #0DC85E
RGB
CMYK
RGB Variations
Color information
#0DC85E (or 0x0DC85E) is known color: Malachite. HEX triplet: 0D, C8 and 5E. RGB value is (13,200,94). Sum of RGB (Red+Green+Blue) = 13+200+94=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC85E is #F237A1. Grayscale: #848484. Windows color (decimal): -15873954 or 6211597. OLE color: 6211597.
HSL color Cylindrical-coordinate representation of color #0DC85E: hue angle of 145.99º 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 #0DC85E is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 94 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.22 |
| HSL | 145.99º | 0.88% | 0.42% | - |
| HSV(B) | 145.99º | 0.94% | 0.78% | - |
| XYZ | 22.84 | 42.2 | 17.53 | - |
| YUV | 132 | 106.55 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 94 | 0.94 | 0 | 0.53 | 0.22 | 145.99 | 0.88 | 0.42 |
| Hex | D | C8 | 5E | 5E | 0 | 35 | 16 | 92 | 58 | 2A |
| Octal | 15 | 310 | 136 | 136 | 0 | 65 | 26 | 222 | 130 | 52 |
| Binary | 1101 | 11001000 | 1011110 | 1011110 | 0 | 110101 | 10110 | 10010010 | 1011000 | 101010 |
Color Harmonies of #0DC85E
Complementary color
Monochromatic Colors of #0DC85E
Black with #0DC85E
Text Example
Text Example
White with #0DC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC85E; }
p { color: rgb(13,200,94); }
H1.HeaderClassName
{
color: #0DC85E;
}
.AnyTagClassName
{
color: #0DC85E;
}
</style>
background-color css
<style>
a { background-color: #0DC85E; }
a { background-color: rgb(13,200,94); }
div.DivClassName
{
background-color: #0DC85E;
}
.BgClassName
{
background-color: #0DC85E;
}
</style>
border-color css
<style>
span { border-color: #0DC85E; }
span { border-color: rgb(13,200,94); }
td.TdClassName
{
border-color: #0DC85E;
}
.TagClassName
{
border-color: #0DC85E;
}
</style>