Shades of Malachite #0CC252
Tints of Malachite #0CC252
RGB
CMYK
RGB Variations
Color information
#0CC252 (or 0x0CC252) is known color: Malachite. HEX triplet: 0C, C2 and 52. RGB value is (12,194,82). Sum of RGB (Red+Green+Blue) = 12+194+82=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 194 (76.17% from 255 or 67.36% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC252 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC252 is #F33DAD. Grayscale: #7F7F7F. Windows color (decimal): -15941038 or 5423628. OLE color: 5423628.
HSL color Cylindrical-coordinate representation of color #0CC252: hue angle of 143.08º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC252 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 82 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.24 |
| HSL | 143.08º | 0.88% | 0.4% | - |
| HSV(B) | 143.08º | 0.94% | 0.76% | - |
| XYZ | 20.97 | 39.27 | 14.46 | - |
| YUV | 126.81 | 102.7 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 82 | 0.94 | 0 | 0.58 | 0.24 | 143.08 | 0.88 | 0.4 |
| Hex | C | C2 | 52 | 5E | 0 | 3A | 18 | 8F | 58 | 28 |
| Octal | 14 | 302 | 122 | 136 | 0 | 72 | 30 | 217 | 130 | 50 |
| Binary | 1100 | 11000010 | 1010010 | 1011110 | 0 | 111010 | 11000 | 10001111 | 1011000 | 101000 |
Color Harmonies of #0CC252
Complementary color
Monochromatic Colors of #0CC252
Black with #0CC252
Text Example
Text Example
White with #0CC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC252; }
p { color: rgb(12,194,82); }
H1.HeaderClassName
{
color: #0CC252;
}
.AnyTagClassName
{
color: #0CC252;
}
</style>
background-color css
<style>
a { background-color: #0CC252; }
a { background-color: rgb(12,194,82); }
div.DivClassName
{
background-color: #0CC252;
}
.BgClassName
{
background-color: #0CC252;
}
</style>
border-color css
<style>
span { border-color: #0CC252; }
span { border-color: rgb(12,194,82); }
td.TdClassName
{
border-color: #0CC252;
}
.TagClassName
{
border-color: #0CC252;
}
</style>