Shades of Malachite #0CC953
Tints of Malachite #0CC953
RGB
CMYK
RGB Variations
Color information
#0CC953 (or 0x0CC953) is known color: Malachite. HEX triplet: 0C, C9 and 53. RGB value is (12,201,83). Sum of RGB (Red+Green+Blue) = 12+201+83=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 201 (78.91% from 255 or 67.91% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC953 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC953 is #F336AC. Grayscale: #838383. Windows color (decimal): -15939245 or 5490956. OLE color: 5490956.
HSL color Cylindrical-coordinate representation of color #0CC953: hue angle of 142.54º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC953 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 201 | 83 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.21 |
| HSL | 142.54º | 0.89% | 0.42% | - |
| HSV(B) | 142.54º | 0.94% | 0.79% | - |
| XYZ | 22.6 | 42.48 | 15.19 | - |
| YUV | 131.04 | 100.88 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 83 | 0.94 | 0 | 0.59 | 0.21 | 142.54 | 0.89 | 0.42 |
| Hex | C | C9 | 53 | 5E | 0 | 3B | 15 | 8F | 59 | 2A |
| Octal | 14 | 311 | 123 | 136 | 0 | 73 | 25 | 217 | 131 | 52 |
| Binary | 1100 | 11001001 | 1010011 | 1011110 | 0 | 111011 | 10101 | 10001111 | 1011001 | 101010 |
Color Harmonies of #0CC953
Complementary color
Monochromatic Colors of #0CC953
Black with #0CC953
Text Example
Text Example
White with #0CC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC953; }
p { color: rgb(12,201,83); }
H1.HeaderClassName
{
color: #0CC953;
}
.AnyTagClassName
{
color: #0CC953;
}
</style>
background-color css
<style>
a { background-color: #0CC953; }
a { background-color: rgb(12,201,83); }
div.DivClassName
{
background-color: #0CC953;
}
.BgClassName
{
background-color: #0CC953;
}
</style>
border-color css
<style>
span { border-color: #0CC953; }
span { border-color: rgb(12,201,83); }
td.TdClassName
{
border-color: #0CC953;
}
.TagClassName
{
border-color: #0CC953;
}
</style>