Shades of Malachite #0CCC68
Tints of Malachite #0CCC68
RGB
CMYK
RGB Variations
Color information
#0CCC68 (or 0x0CCC68) is known color: Malachite. HEX triplet: 0C, CC and 68. RGB value is (12,204,104). Sum of RGB (Red+Green+Blue) = 12+204+104=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCC68 is #F33397. Grayscale: #878787. Windows color (decimal): -15938456 or 6867980. OLE color: 6867980.
HSL color Cylindrical-coordinate representation of color #0CCC68: hue angle of 148.75º 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 #0CCC68 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 104 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.2 |
| HSL | 148.75º | 0.89% | 0.42% | - |
| HSV(B) | 148.75º | 0.94% | 0.8% | - |
| XYZ | 24.24 | 44.26 | 20.36 | - |
| YUV | 135.19 | 110.39 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 104 | 0.94 | 0 | 0.49 | 0.2 | 148.75 | 0.89 | 0.42 |
| Hex | C | CC | 68 | 5E | 0 | 31 | 14 | 95 | 59 | 2A |
| Octal | 14 | 314 | 150 | 136 | 0 | 61 | 24 | 225 | 131 | 52 |
| Binary | 1100 | 11001100 | 1101000 | 1011110 | 0 | 110001 | 10100 | 10010101 | 1011001 | 101010 |
Color Harmonies of #0CCC68
Complementary color
Monochromatic Colors of #0CCC68
Black with #0CCC68
Text Example
Text Example
White with #0CCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC68; }
p { color: rgb(12,204,104); }
H1.HeaderClassName
{
color: #0CCC68;
}
.AnyTagClassName
{
color: #0CCC68;
}
</style>
background-color css
<style>
a { background-color: #0CCC68; }
a { background-color: rgb(12,204,104); }
div.DivClassName
{
background-color: #0CCC68;
}
.BgClassName
{
background-color: #0CCC68;
}
</style>
border-color css
<style>
span { border-color: #0CCC68; }
span { border-color: rgb(12,204,104); }
td.TdClassName
{
border-color: #0CCC68;
}
.TagClassName
{
border-color: #0CCC68;
}
</style>