Shades of Malachite #0DDD5D
Tints of Malachite #0DDD5D
RGB
CMYK
RGB Variations
Color information
#0DDD5D (or 0x0DDD5D) is known color: Malachite. HEX triplet: 0D, DD and 5D. RGB value is (13,221,93). Sum of RGB (Red+Green+Blue) = 13+221+93=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDD5D is #F222A2. Grayscale: #909090. Windows color (decimal): -15868579 or 6151437. OLE color: 6151437.
HSL color Cylindrical-coordinate representation of color #0DDD5D: hue angle of 143.08º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDD5D is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 93 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.13 |
| HSL | 143.08º | 0.89% | 0.46% | - |
| HSV(B) | 143.08º | 0.94% | 0.87% | - |
| XYZ | 28 | 52.59 | 19.03 | - |
| YUV | 144.22 | 99.09 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 93 | 0.94 | 0 | 0.58 | 0.13 | 143.08 | 0.89 | 0.46 |
| Hex | D | DD | 5D | 5E | 0 | 3A | D | 8F | 59 | 2E |
| Octal | 15 | 335 | 135 | 136 | 0 | 72 | 15 | 217 | 131 | 56 |
| Binary | 1101 | 11011101 | 1011101 | 1011110 | 0 | 111010 | 1101 | 10001111 | 1011001 | 101110 |
Color Harmonies of #0DDD5D
Complementary color
Monochromatic Colors of #0DDD5D
Black with #0DDD5D
Text Example
Text Example
White with #0DDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDD5D; }
p { color: rgb(13,221,93); }
H1.HeaderClassName
{
color: #0DDD5D;
}
.AnyTagClassName
{
color: #0DDD5D;
}
</style>
background-color css
<style>
a { background-color: #0DDD5D; }
a { background-color: rgb(13,221,93); }
div.DivClassName
{
background-color: #0DDD5D;
}
.BgClassName
{
background-color: #0DDD5D;
}
</style>
border-color css
<style>
span { border-color: #0DDD5D; }
span { border-color: rgb(13,221,93); }
td.TdClassName
{
border-color: #0DDD5D;
}
.TagClassName
{
border-color: #0DDD5D;
}
</style>