Shades of Malachite #0DC252
Tints of Malachite #0DC252
RGB
CMYK
RGB Variations
Color information
#0DC252 (or 0x0DC252) is known color: Malachite. HEX triplet: 0D, C2 and 52. RGB value is (13,194,82). Sum of RGB (Red+Green+Blue) = 13+194+82=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC252 is #F23DAD. Grayscale: #7F7F7F. Windows color (decimal): -15875502 or 5423629. OLE color: 5423629.
HSL color Cylindrical-coordinate representation of color #0DC252: hue angle of 142.87º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC252 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 194 | 82 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.24 |
| HSL | 142.87º | 0.87% | 0.41% | - |
| HSV(B) | 142.87º | 0.93% | 0.76% | - |
| XYZ | 20.98 | 39.28 | 14.46 | - |
| YUV | 127.11 | 102.53 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 194 | 82 | 0.93 | 0 | 0.58 | 0.24 | 142.87 | 0.87 | 0.41 |
| Hex | D | C2 | 52 | 5D | 0 | 3A | 18 | 8F | 57 | 29 |
| Octal | 15 | 302 | 122 | 135 | 0 | 72 | 30 | 217 | 127 | 51 |
| Binary | 1101 | 11000010 | 1010010 | 1011101 | 0 | 111010 | 11000 | 10001111 | 1010111 | 101001 |
Color Harmonies of #0DC252
Complementary color
Monochromatic Colors of #0DC252
Black with #0DC252
Text Example
Text Example
White with #0DC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC252; }
p { color: rgb(13,194,82); }
H1.HeaderClassName
{
color: #0DC252;
}
.AnyTagClassName
{
color: #0DC252;
}
</style>
background-color css
<style>
a { background-color: #0DC252; }
a { background-color: rgb(13,194,82); }
div.DivClassName
{
background-color: #0DC252;
}
.BgClassName
{
background-color: #0DC252;
}
</style>
border-color css
<style>
span { border-color: #0DC252; }
span { border-color: rgb(13,194,82); }
td.TdClassName
{
border-color: #0DC252;
}
.TagClassName
{
border-color: #0DC252;
}
</style>