Shades of Malachite #0CCC5C
Tints of Malachite #0CCC5C
RGB
CMYK
RGB Variations
Color information
#0CCC5C (or 0x0CCC5C) is known color: Malachite. HEX triplet: 0C, CC and 5C. RGB value is (12,204,92). Sum of RGB (Red+Green+Blue) = 12+204+92=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCC5C is #F333A3. Grayscale: #868686. Windows color (decimal): -15938468 or 6081548. OLE color: 6081548.
HSL color Cylindrical-coordinate representation of color #0CCC5C: hue angle of 145º 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 #0CCC5C is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 92 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.2 |
| HSL | 145º | 0.89% | 0.42% | - |
| HSV(B) | 145º | 0.94% | 0.8% | - |
| XYZ | 23.68 | 44.04 | 17.38 | - |
| YUV | 133.82 | 104.39 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 92 | 0.94 | 0 | 0.55 | 0.2 | 145 | 0.89 | 0.42 |
| Hex | C | CC | 5C | 5E | 0 | 37 | 14 | 91 | 59 | 2A |
| Octal | 14 | 314 | 134 | 136 | 0 | 67 | 24 | 221 | 131 | 52 |
| Binary | 1100 | 11001100 | 1011100 | 1011110 | 0 | 110111 | 10100 | 10010001 | 1011001 | 101010 |
Color Harmonies of #0CCC5C
Complementary color
Monochromatic Colors of #0CCC5C
Black with #0CCC5C
Text Example
Text Example
White with #0CCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC5C; }
p { color: rgb(12,204,92); }
H1.HeaderClassName
{
color: #0CCC5C;
}
.AnyTagClassName
{
color: #0CCC5C;
}
</style>
background-color css
<style>
a { background-color: #0CCC5C; }
a { background-color: rgb(12,204,92); }
div.DivClassName
{
background-color: #0CCC5C;
}
.BgClassName
{
background-color: #0CCC5C;
}
</style>
border-color css
<style>
span { border-color: #0CCC5C; }
span { border-color: rgb(12,204,92); }
td.TdClassName
{
border-color: #0CCC5C;
}
.TagClassName
{
border-color: #0CCC5C;
}
</style>