Shades of Malachite #0DDC5D
Tints of Malachite #0DDC5D
RGB
CMYK
RGB Variations
Color information
#0DDC5D (or 0x0DDC5D) is known color: Malachite. HEX triplet: 0D, DC and 5D. RGB value is (13,220,93). Sum of RGB (Red+Green+Blue) = 13+220+93=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDC5D is #F223A2. Grayscale: #8F8F8F. Windows color (decimal): -15868835 or 6151181. OLE color: 6151181.
HSL color Cylindrical-coordinate representation of color #0DDC5D: hue angle of 143.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC5D is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 93 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.14 |
| HSL | 143.19º | 0.89% | 0.46% | - |
| HSV(B) | 143.19º | 0.94% | 0.86% | - |
| XYZ | 27.73 | 52.06 | 18.94 | - |
| YUV | 143.63 | 99.42 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 93 | 0.94 | 0 | 0.58 | 0.14 | 143.19 | 0.89 | 0.46 |
| Hex | D | DC | 5D | 5E | 0 | 3A | E | 8F | 59 | 2E |
| Octal | 15 | 334 | 135 | 136 | 0 | 72 | 16 | 217 | 131 | 56 |
| Binary | 1101 | 11011100 | 1011101 | 1011110 | 0 | 111010 | 1110 | 10001111 | 1011001 | 101110 |
Color Harmonies of #0DDC5D
Complementary color
Monochromatic Colors of #0DDC5D
Black with #0DDC5D
Text Example
Text Example
White with #0DDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC5D; }
p { color: rgb(13,220,93); }
H1.HeaderClassName
{
color: #0DDC5D;
}
.AnyTagClassName
{
color: #0DDC5D;
}
</style>
background-color css
<style>
a { background-color: #0DDC5D; }
a { background-color: rgb(13,220,93); }
div.DivClassName
{
background-color: #0DDC5D;
}
.BgClassName
{
background-color: #0DDC5D;
}
</style>
border-color css
<style>
span { border-color: #0DDC5D; }
span { border-color: rgb(13,220,93); }
td.TdClassName
{
border-color: #0DDC5D;
}
.TagClassName
{
border-color: #0DDC5D;
}
</style>