Shades of Malachite #0DCC47
Tints of Malachite #0DCC47
RGB
CMYK
RGB Variations
Color information
#0DCC47 (or 0x0DCC47) is known color: Malachite. HEX triplet: 0D, CC and 47. RGB value is (13,204,71). Sum of RGB (Red+Green+Blue) = 13+204+71=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 204 (80.08% from 255 or 70.83% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCC47 is #F233B8. Grayscale: #848484. Windows color (decimal): -15872953 or 4705293. OLE color: 4705293.
HSL color Cylindrical-coordinate representation of color #0DCC47: hue angle of 138.22º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCC47 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 71 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.2 |
| HSL | 138.22º | 0.88% | 0.43% | - |
| HSV(B) | 138.22º | 0.94% | 0.8% | - |
| XYZ | 22.9 | 43.73 | 13.19 | - |
| YUV | 131.73 | 93.72 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 71 | 0.94 | 0 | 0.65 | 0.2 | 138.22 | 0.88 | 0.43 |
| Hex | D | CC | 47 | 5E | 0 | 41 | 14 | 8A | 58 | 2B |
| Octal | 15 | 314 | 107 | 136 | 0 | 101 | 24 | 212 | 130 | 53 |
| Binary | 1101 | 11001100 | 1000111 | 1011110 | 0 | 1000001 | 10100 | 10001010 | 1011000 | 101011 |
Color Harmonies of #0DCC47
Complementary color
Monochromatic Colors of #0DCC47
Black with #0DCC47
Text Example
Text Example
White with #0DCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCC47; }
p { color: rgb(13,204,71); }
H1.HeaderClassName
{
color: #0DCC47;
}
.AnyTagClassName
{
color: #0DCC47;
}
</style>
background-color css
<style>
a { background-color: #0DCC47; }
a { background-color: rgb(13,204,71); }
div.DivClassName
{
background-color: #0DCC47;
}
.BgClassName
{
background-color: #0DCC47;
}
</style>
border-color css
<style>
span { border-color: #0DCC47; }
span { border-color: rgb(13,204,71); }
td.TdClassName
{
border-color: #0DCC47;
}
.TagClassName
{
border-color: #0DCC47;
}
</style>