Shades of Malachite #0DD259
Tints of Malachite #0DD259
RGB
CMYK
RGB Variations
Color information
#0DD259 (or 0x0DD259) is known color: Malachite. HEX triplet: 0D, D2 and 59. RGB value is (13,210,89). Sum of RGB (Red+Green+Blue) = 13+210+89=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 210 (82.42% from 255 or 67.31% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD259 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD259 is #F22DA6. Grayscale: #898989. Windows color (decimal): -15871399 or 5886477. OLE color: 5886477.
HSL color Cylindrical-coordinate representation of color #0DD259: hue angle of 143.15º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD259 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 210 | 89 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.18 |
| HSL | 143.15º | 0.88% | 0.44% | - |
| HSV(B) | 143.15º | 0.94% | 0.82% | - |
| XYZ | 25.02 | 46.9 | 17.19 | - |
| YUV | 137.3 | 100.73 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 89 | 0.94 | 0 | 0.58 | 0.18 | 143.15 | 0.88 | 0.44 |
| Hex | D | D2 | 59 | 5E | 0 | 3A | 12 | 8F | 58 | 2C |
| Octal | 15 | 322 | 131 | 136 | 0 | 72 | 22 | 217 | 130 | 54 |
| Binary | 1101 | 11010010 | 1011001 | 1011110 | 0 | 111010 | 10010 | 10001111 | 1011000 | 101100 |
Color Harmonies of #0DD259
Complementary color
Monochromatic Colors of #0DD259
Black with #0DD259
Text Example
Text Example
White with #0DD259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD259; }
p { color: rgb(13,210,89); }
H1.HeaderClassName
{
color: #0DD259;
}
.AnyTagClassName
{
color: #0DD259;
}
</style>
background-color css
<style>
a { background-color: #0DD259; }
a { background-color: rgb(13,210,89); }
div.DivClassName
{
background-color: #0DD259;
}
.BgClassName
{
background-color: #0DD259;
}
</style>
border-color css
<style>
span { border-color: #0DD259; }
span { border-color: rgb(13,210,89); }
td.TdClassName
{
border-color: #0DD259;
}
.TagClassName
{
border-color: #0DD259;
}
</style>