Shades of Malachite #0CCC49
Tints of Malachite #0CCC49
RGB
CMYK
RGB Variations
Color information
#0CCC49 (or 0x0CCC49) is known color: Malachite. HEX triplet: 0C, CC and 49. RGB value is (12,204,73). Sum of RGB (Red+Green+Blue) = 12+204+73=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 204 (80.08% from 255 or 70.59% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC49 is #F333B6. Grayscale: #838383. Windows color (decimal): -15938487 or 4836364. OLE color: 4836364.
HSL color Cylindrical-coordinate representation of color #0CCC49: hue angle of 139.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC49 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 73 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.2 |
| HSL | 139.06º | 0.89% | 0.42% | - |
| HSV(B) | 139.06º | 0.94% | 0.8% | - |
| XYZ | 22.95 | 43.74 | 13.54 | - |
| YUV | 131.66 | 94.89 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 73 | 0.94 | 0 | 0.64 | 0.2 | 139.06 | 0.89 | 0.42 |
| Hex | C | CC | 49 | 5E | 0 | 40 | 14 | 8B | 59 | 2A |
| Octal | 14 | 314 | 111 | 136 | 0 | 100 | 24 | 213 | 131 | 52 |
| Binary | 1100 | 11001100 | 1001001 | 1011110 | 0 | 1000000 | 10100 | 10001011 | 1011001 | 101010 |
Color Harmonies of #0CCC49
Complementary color
Monochromatic Colors of #0CCC49
Black with #0CCC49
Text Example
Text Example
White with #0CCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC49; }
p { color: rgb(12,204,73); }
H1.HeaderClassName
{
color: #0CCC49;
}
.AnyTagClassName
{
color: #0CCC49;
}
</style>
background-color css
<style>
a { background-color: #0CCC49; }
a { background-color: rgb(12,204,73); }
div.DivClassName
{
background-color: #0CCC49;
}
.BgClassName
{
background-color: #0CCC49;
}
</style>
border-color css
<style>
span { border-color: #0CCC49; }
span { border-color: rgb(12,204,73); }
td.TdClassName
{
border-color: #0CCC49;
}
.TagClassName
{
border-color: #0CCC49;
}
</style>