Shades of Malachite #0DD673
Tints of Malachite #0DD673
RGB
CMYK
RGB Variations
Color information
#0DD673 (or 0x0DD673) is known color: Malachite. HEX triplet: 0D, D6 and 73. RGB value is (13,214,115). Sum of RGB (Red+Green+Blue) = 13+214+115=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD673 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD673 is #F2298C. Grayscale: #8E8E8E. Windows color (decimal): -15870349 or 7591437. OLE color: 7591437.
HSL color Cylindrical-coordinate representation of color #0DD673: hue angle of 150.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD673 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 115 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.16 |
| HSL | 150.45º | 0.89% | 0.45% | - |
| HSV(B) | 150.45º | 0.94% | 0.84% | - |
| XYZ | 27.31 | 49.42 | 24.32 | - |
| YUV | 142.62 | 112.41 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 115 | 0.94 | 0 | 0.46 | 0.16 | 150.45 | 0.89 | 0.45 |
| Hex | D | D6 | 73 | 5E | 0 | 2E | 10 | 96 | 59 | 2D |
| Octal | 15 | 326 | 163 | 136 | 0 | 56 | 20 | 226 | 131 | 55 |
| Binary | 1101 | 11010110 | 1110011 | 1011110 | 0 | 101110 | 10000 | 10010110 | 1011001 | 101101 |
Color Harmonies of #0DD673
Complementary color
Monochromatic Colors of #0DD673
Black with #0DD673
Text Example
Text Example
White with #0DD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD673; }
p { color: rgb(13,214,115); }
H1.HeaderClassName
{
color: #0DD673;
}
.AnyTagClassName
{
color: #0DD673;
}
</style>
background-color css
<style>
a { background-color: #0DD673; }
a { background-color: rgb(13,214,115); }
div.DivClassName
{
background-color: #0DD673;
}
.BgClassName
{
background-color: #0DD673;
}
</style>
border-color css
<style>
span { border-color: #0DD673; }
span { border-color: rgb(13,214,115); }
td.TdClassName
{
border-color: #0DD673;
}
.TagClassName
{
border-color: #0DD673;
}
</style>