Shades of Malachite #0CC254
Tints of Malachite #0CC254
RGB
CMYK
RGB Variations
Color information
#0CC254 (or 0x0CC254) is known color: Malachite. HEX triplet: 0C, C2 and 54. RGB value is (12,194,84). Sum of RGB (Red+Green+Blue) = 12+194+84=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC254 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC254 is #F33DAB. Grayscale: #7F7F7F. Windows color (decimal): -15941036 or 5554700. OLE color: 5554700.
HSL color Cylindrical-coordinate representation of color #0CC254: hue angle of 143.74º 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 #0CC254 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 84 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.24 |
| HSL | 143.74º | 0.88% | 0.4% | - |
| HSV(B) | 143.74º | 0.94% | 0.76% | - |
| XYZ | 21.04 | 39.3 | 14.86 | - |
| YUV | 127.04 | 103.7 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 84 | 0.94 | 0 | 0.57 | 0.24 | 143.74 | 0.88 | 0.4 |
| Hex | C | C2 | 54 | 5E | 0 | 39 | 18 | 90 | 58 | 28 |
| Octal | 14 | 302 | 124 | 136 | 0 | 71 | 30 | 220 | 130 | 50 |
| Binary | 1100 | 11000010 | 1010100 | 1011110 | 0 | 111001 | 11000 | 10010000 | 1011000 | 101000 |
Color Harmonies of #0CC254
Complementary color
Monochromatic Colors of #0CC254
Black with #0CC254
Text Example
Text Example
White with #0CC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC254; }
p { color: rgb(12,194,84); }
H1.HeaderClassName
{
color: #0CC254;
}
.AnyTagClassName
{
color: #0CC254;
}
</style>
background-color css
<style>
a { background-color: #0CC254; }
a { background-color: rgb(12,194,84); }
div.DivClassName
{
background-color: #0CC254;
}
.BgClassName
{
background-color: #0CC254;
}
</style>
border-color css
<style>
span { border-color: #0CC254; }
span { border-color: rgb(12,194,84); }
td.TdClassName
{
border-color: #0CC254;
}
.TagClassName
{
border-color: #0CC254;
}
</style>