Shades of Malachite #0CCA5A
Tints of Malachite #0CCA5A
RGB
CMYK
RGB Variations
Color information
#0CCA5A (or 0x0CCA5A) is known color: Malachite. HEX triplet: 0C, CA and 5A. RGB value is (12,202,90). Sum of RGB (Red+Green+Blue) = 12+202+90=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCA5A is #F335A5. Grayscale: #848484. Windows color (decimal): -15938982 or 5949964. OLE color: 5949964.
HSL color Cylindrical-coordinate representation of color #0CCA5A: hue angle of 144.63º 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 #0CCA5A is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 90 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.21 |
| HSL | 144.63º | 0.89% | 0.42% | - |
| HSV(B) | 144.63º | 0.94% | 0.79% | - |
| XYZ | 23.12 | 43.06 | 16.77 | - |
| YUV | 132.42 | 104.05 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 90 | 0.94 | 0 | 0.55 | 0.21 | 144.63 | 0.89 | 0.42 |
| Hex | C | CA | 5A | 5E | 0 | 37 | 15 | 91 | 59 | 2A |
| Octal | 14 | 312 | 132 | 136 | 0 | 67 | 25 | 221 | 131 | 52 |
| Binary | 1100 | 11001010 | 1011010 | 1011110 | 0 | 110111 | 10101 | 10010001 | 1011001 | 101010 |
Color Harmonies of #0CCA5A
Complementary color
Monochromatic Colors of #0CCA5A
Black with #0CCA5A
Text Example
Text Example
White with #0CCA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA5A; }
p { color: rgb(12,202,90); }
H1.HeaderClassName
{
color: #0CCA5A;
}
.AnyTagClassName
{
color: #0CCA5A;
}
</style>
background-color css
<style>
a { background-color: #0CCA5A; }
a { background-color: rgb(12,202,90); }
div.DivClassName
{
background-color: #0CCA5A;
}
.BgClassName
{
background-color: #0CCA5A;
}
</style>
border-color css
<style>
span { border-color: #0CCA5A; }
span { border-color: rgb(12,202,90); }
td.TdClassName
{
border-color: #0CCA5A;
}
.TagClassName
{
border-color: #0CCA5A;
}
</style>