Shades of Malachite #00D073
Tints of Malachite #00D073
RGB
CMYK
RGB Variations
Color information
#00D073 (or 0x00D073) is known color: Malachite. HEX triplet: 00, D0 and 73. RGB value is (0,208,115). Sum of RGB (Red+Green+Blue) = 0+208+115=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 208 (81.64% from 255 or 64.40% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 208 - color contains mainly: green. Hex color #00D073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D073 is #FF2F8C. Grayscale: #878787. Windows color (decimal): -16723853 or 7589888. OLE color: 7589888.
HSL color Cylindrical-coordinate representation of color #00D073: hue angle of 153.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D073 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 115 | - |
| CMYK | 1 | 0 | 0.45 | 0.18 |
| HSL | 153.17º | 1% | 0.41% | - |
| HSV(B) | 153.17º | 1% | 0.82% | - |
| XYZ | 25.65 | 46.35 | 23.81 | - |
| YUV | 135.21 | 116.59 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 115 | 1 | 0 | 0.45 | 0.18 | 153.17 | 1 | 0.41 |
| Hex | 0 | D0 | 73 | 64 | 0 | 2D | 12 | 99 | 64 | 29 |
| Octal | 0 | 320 | 163 | 144 | 0 | 55 | 22 | 231 | 144 | 51 |
| Binary | 0 | 11010000 | 1110011 | 1100100 | 0 | 101101 | 10010 | 10011001 | 1100100 | 101001 |
Color Harmonies of #00D073
Complementary color
Monochromatic Colors of #00D073
Black with #00D073
Text Example
Text Example
White with #00D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D073; }
p { color: rgb(0,208,115); }
H1.HeaderClassName
{
color: #00D073;
}
.AnyTagClassName
{
color: #00D073;
}
</style>
background-color css
<style>
a { background-color: #00D073; }
a { background-color: rgb(0,208,115); }
div.DivClassName
{
background-color: #00D073;
}
.BgClassName
{
background-color: #00D073;
}
</style>
border-color css
<style>
span { border-color: #00D073; }
span { border-color: rgb(0,208,115); }
td.TdClassName
{
border-color: #00D073;
}
.TagClassName
{
border-color: #00D073;
}
</style>