Shades of Malachite #0CCD5C
Tints of Malachite #0CCD5C
RGB
CMYK
RGB Variations
Color information
#0CCD5C (or 0x0CCD5C) is known color: Malachite. HEX triplet: 0C, CD and 5C. RGB value is (12,205,92). Sum of RGB (Red+Green+Blue) = 12+205+92=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 205 (80.47% from 255 or 66.34% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCD5C is #F332A3. Grayscale: #868686. Windows color (decimal): -15938212 or 6081804. OLE color: 6081804.
HSL color Cylindrical-coordinate representation of color #0CCD5C: hue angle of 144.87º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCD5C is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 205 | 92 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.20 |
| HSL | 144.87º | 0.89% | 0.43% | - |
| HSV(B) | 144.87º | 0.94% | 0.8% | - |
| XYZ | 23.91 | 44.51 | 17.46 | - |
| YUV | 134.41 | 104.06 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 92 | 0.94 | 0 | 0.55 | 0.20 | 144.87 | 0.89 | 0.43 |
| Hex | C | CD | 5C | 5E | 0 | 37 | 14 | 91 | 59 | 2B |
| Octal | 14 | 315 | 134 | 136 | 0 | 67 | 24 | 221 | 131 | 53 |
| Binary | 1100 | 11001101 | 1011100 | 1011110 | 0 | 110111 | 10100 | 10010001 | 1011001 | 101011 |
Color Harmonies of #0CCD5C
Complementary color
Monochromatic Colors of #0CCD5C
Black with #0CCD5C
Text Example
Text Example
White with #0CCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCD5C; }
p { color: rgb(12,205,92); }
H1.HeaderClassName
{
color: #0CCD5C;
}
.AnyTagClassName
{
color: #0CCD5C;
}
</style>
background-color css
<style>
a { background-color: #0CCD5C; }
a { background-color: rgb(12,205,92); }
div.DivClassName
{
background-color: #0CCD5C;
}
.BgClassName
{
background-color: #0CCD5C;
}
</style>
border-color css
<style>
span { border-color: #0CCD5C; }
span { border-color: rgb(12,205,92); }
td.TdClassName
{
border-color: #0CCD5C;
}
.TagClassName
{
border-color: #0CCD5C;
}
</style>