Shades of Malachite #0DCE71
Tints of Malachite #0DCE71
RGB
CMYK
RGB Variations
Color information
#0DCE71 (or 0x0DCE71) is known color: Malachite. HEX triplet: 0D, CE and 71. RGB value is (13,206,113). Sum of RGB (Red+Green+Blue) = 13+206+113=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCE71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCE71 is #F2318E. Grayscale: #898989. Windows color (decimal): -15872399 or 7458317. OLE color: 7458317.
HSL color Cylindrical-coordinate representation of color #0DCE71: hue angle of 151.09º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCE71 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 206 | 113 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.19 |
| HSL | 151.09º | 0.88% | 0.43% | - |
| HSV(B) | 151.09º | 0.94% | 0.81% | - |
| XYZ | 25.22 | 45.42 | 23.06 | - |
| YUV | 137.69 | 114.06 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 206 | 113 | 0.94 | 0 | 0.45 | 0.19 | 151.09 | 0.88 | 0.43 |
| Hex | D | CE | 71 | 5E | 0 | 2D | 13 | 97 | 58 | 2B |
| Octal | 15 | 316 | 161 | 136 | 0 | 55 | 23 | 227 | 130 | 53 |
| Binary | 1101 | 11001110 | 1110001 | 1011110 | 0 | 101101 | 10011 | 10010111 | 1011000 | 101011 |
Color Harmonies of #0DCE71
Complementary color
Monochromatic Colors of #0DCE71
Black with #0DCE71
Text Example
Text Example
White with #0DCE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCE71; }
p { color: rgb(13,206,113); }
H1.HeaderClassName
{
color: #0DCE71;
}
.AnyTagClassName
{
color: #0DCE71;
}
</style>
background-color css
<style>
a { background-color: #0DCE71; }
a { background-color: rgb(13,206,113); }
div.DivClassName
{
background-color: #0DCE71;
}
.BgClassName
{
background-color: #0DCE71;
}
</style>
border-color css
<style>
span { border-color: #0DCE71; }
span { border-color: rgb(13,206,113); }
td.TdClassName
{
border-color: #0DCE71;
}
.TagClassName
{
border-color: #0DCE71;
}
</style>