Shades of Malachite #0CD053
Tints of Malachite #0CD053
RGB
CMYK
RGB Variations
Color information
#0CD053 (or 0x0CD053) is known color: Malachite. HEX triplet: 0C, D0 and 53. RGB value is (12,208,83). Sum of RGB (Red+Green+Blue) = 12+208+83=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD053 is #F32FAC. Grayscale: #878787. Windows color (decimal): -15937453 or 5492748. OLE color: 5492748.
HSL color Cylindrical-coordinate representation of color #0CD053: hue angle of 141.73º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD053 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 208 | 83 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.18 |
| HSL | 141.73º | 0.89% | 0.43% | - |
| HSV(B) | 141.73º | 0.94% | 0.82% | - |
| XYZ | 24.27 | 45.81 | 15.75 | - |
| YUV | 135.15 | 98.57 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 208 | 83 | 0.94 | 0 | 0.60 | 0.18 | 141.73 | 0.89 | 0.43 |
| Hex | C | D0 | 53 | 5E | 0 | 3C | 12 | 8E | 59 | 2B |
| Octal | 14 | 320 | 123 | 136 | 0 | 74 | 22 | 216 | 131 | 53 |
| Binary | 1100 | 11010000 | 1010011 | 1011110 | 0 | 111100 | 10010 | 10001110 | 1011001 | 101011 |
Color Harmonies of #0CD053
Complementary color
Monochromatic Colors of #0CD053
Black with #0CD053
Text Example
Text Example
White with #0CD053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD053; }
p { color: rgb(12,208,83); }
H1.HeaderClassName
{
color: #0CD053;
}
.AnyTagClassName
{
color: #0CD053;
}
</style>
background-color css
<style>
a { background-color: #0CD053; }
a { background-color: rgb(12,208,83); }
div.DivClassName
{
background-color: #0CD053;
}
.BgClassName
{
background-color: #0CD053;
}
</style>
border-color css
<style>
span { border-color: #0CD053; }
span { border-color: rgb(12,208,83); }
td.TdClassName
{
border-color: #0CD053;
}
.TagClassName
{
border-color: #0CD053;
}
</style>