Shades of Malachite #0DCE5D
Tints of Malachite #0DCE5D
RGB
CMYK
RGB Variations
Color information
#0DCE5D (or 0x0DCE5D) is known color: Malachite. HEX triplet: 0D, CE and 5D. RGB value is (13,206,93). Sum of RGB (Red+Green+Blue) = 13+206+93=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 206 (80.86% from 255 or 66.03% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCE5D is #F231A2. Grayscale: #878787. Windows color (decimal): -15872419 or 6147597. OLE color: 6147597.
HSL color Cylindrical-coordinate representation of color #0DCE5D: hue angle of 144.87º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCE5D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 93 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.19 |
| HSL | 144.87º | 0.88% | 0.43% | - |
| HSV(B) | 144.87º | 0.94% | 0.81% | - |
| XYZ | 24.21 | 45.02 | 17.77 | - |
| YUV | 135.41 | 104.06 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 93 | 0.94 | 0 | 0.55 | 0.19 | 144.87 | 0.88 | 0.43 |
| Hex | D | CE | 5D | 5E | 0 | 37 | 13 | 91 | 58 | 2B |
| Octal | 15 | 316 | 135 | 136 | 0 | 67 | 23 | 221 | 130 | 53 |
| Binary | 1101 | 11001110 | 1011101 | 1011110 | 0 | 110111 | 10011 | 10010001 | 1011000 | 101011 |
Color Harmonies of #0DCE5D
Complementary color
Monochromatic Colors of #0DCE5D
Black with #0DCE5D
Text Example
Text Example
White with #0DCE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCE5D; }
p { color: rgb(13,206,93); }
H1.HeaderClassName
{
color: #0DCE5D;
}
.AnyTagClassName
{
color: #0DCE5D;
}
</style>
background-color css
<style>
a { background-color: #0DCE5D; }
a { background-color: rgb(13,206,93); }
div.DivClassName
{
background-color: #0DCE5D;
}
.BgClassName
{
background-color: #0DCE5D;
}
</style>
border-color css
<style>
span { border-color: #0DCE5D; }
span { border-color: rgb(13,206,93); }
td.TdClassName
{
border-color: #0DCE5D;
}
.TagClassName
{
border-color: #0DCE5D;
}
</style>