Shades of Malachite #0CCC4A
Tints of Malachite #0CCC4A
RGB
CMYK
RGB Variations
Color information
#0CCC4A (or 0x0CCC4A) is known color: Malachite. HEX triplet: 0C, CC and 4A. RGB value is (12,204,74). Sum of RGB (Red+Green+Blue) = 12+204+74=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 204 (80.08% from 255 or 70.34% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC4A is #F333B5. Grayscale: #848484. Windows color (decimal): -15938486 or 4901900. OLE color: 4901900.
HSL color Cylindrical-coordinate representation of color #0CCC4A: hue angle of 139.38º 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 #0CCC4A is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 74 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.2 |
| HSL | 139.38º | 0.89% | 0.42% | - |
| HSV(B) | 139.38º | 0.94% | 0.8% | - |
| XYZ | 22.98 | 43.76 | 13.71 | - |
| YUV | 131.77 | 95.39 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 74 | 0.94 | 0 | 0.64 | 0.2 | 139.38 | 0.89 | 0.42 |
| Hex | C | CC | 4A | 5E | 0 | 40 | 14 | 8B | 59 | 2A |
| Octal | 14 | 314 | 112 | 136 | 0 | 100 | 24 | 213 | 131 | 52 |
| Binary | 1100 | 11001100 | 1001010 | 1011110 | 0 | 1000000 | 10100 | 10001011 | 1011001 | 101010 |
Color Harmonies of #0CCC4A
Complementary color
Monochromatic Colors of #0CCC4A
Black with #0CCC4A
Text Example
Text Example
White with #0CCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC4A; }
p { color: rgb(12,204,74); }
H1.HeaderClassName
{
color: #0CCC4A;
}
.AnyTagClassName
{
color: #0CCC4A;
}
</style>
background-color css
<style>
a { background-color: #0CCC4A; }
a { background-color: rgb(12,204,74); }
div.DivClassName
{
background-color: #0CCC4A;
}
.BgClassName
{
background-color: #0CCC4A;
}
</style>
border-color css
<style>
span { border-color: #0CCC4A; }
span { border-color: rgb(12,204,74); }
td.TdClassName
{
border-color: #0CCC4A;
}
.TagClassName
{
border-color: #0CCC4A;
}
</style>