Shades of Malachite #0DD270
Tints of Malachite #0DD270
RGB
CMYK
RGB Variations
Color information
#0DD270 (or 0x0DD270) is known color: Malachite. HEX triplet: 0D, D2 and 70. RGB value is (13,210,112). Sum of RGB (Red+Green+Blue) = 13+210+112=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 210 (82.42% from 255 or 62.69% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD270 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD270 is #F22D8F. Grayscale: #8C8C8C. Windows color (decimal): -15871376 or 7393805. OLE color: 7393805.
HSL color Cylindrical-coordinate representation of color #0DD270: hue angle of 150.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 #0DD270 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 210 | 112 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.18 |
| HSL | 150.15º | 0.88% | 0.44% | - |
| HSV(B) | 150.15º | 0.94% | 0.82% | - |
| XYZ | 26.14 | 47.35 | 23.09 | - |
| YUV | 139.93 | 112.23 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 112 | 0.94 | 0 | 0.47 | 0.18 | 150.15 | 0.88 | 0.44 |
| Hex | D | D2 | 70 | 5E | 0 | 2F | 12 | 96 | 58 | 2C |
| Octal | 15 | 322 | 160 | 136 | 0 | 57 | 22 | 226 | 130 | 54 |
| Binary | 1101 | 11010010 | 1110000 | 1011110 | 0 | 101111 | 10010 | 10010110 | 1011000 | 101100 |
Color Harmonies of #0DD270
Complementary color
Monochromatic Colors of #0DD270
Black with #0DD270
Text Example
Text Example
White with #0DD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD270; }
p { color: rgb(13,210,112); }
H1.HeaderClassName
{
color: #0DD270;
}
.AnyTagClassName
{
color: #0DD270;
}
</style>
background-color css
<style>
a { background-color: #0DD270; }
a { background-color: rgb(13,210,112); }
div.DivClassName
{
background-color: #0DD270;
}
.BgClassName
{
background-color: #0DD270;
}
</style>
border-color css
<style>
span { border-color: #0DD270; }
span { border-color: rgb(13,210,112); }
td.TdClassName
{
border-color: #0DD270;
}
.TagClassName
{
border-color: #0DD270;
}
</style>