Shades of Malachite #0CCE6F
Tints of Malachite #0CCE6F
RGB
CMYK
RGB Variations
Color information
#0CCE6F (or 0x0CCE6F) is known color: Malachite. HEX triplet: 0C, CE and 6F. RGB value is (12,206,111). Sum of RGB (Red+Green+Blue) = 12+206+111=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCE6F is #F33190. Grayscale: #898989. Windows color (decimal): -15937937 or 7327244. OLE color: 7327244.
HSL color Cylindrical-coordinate representation of color #0CCE6F: hue angle of 150.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCE6F is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 111 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.19 |
| HSL | 150.62º | 0.89% | 0.43% | - |
| HSV(B) | 150.62º | 0.94% | 0.81% | - |
| XYZ | 25.09 | 45.37 | 22.47 | - |
| YUV | 137.16 | 113.23 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 111 | 0.94 | 0 | 0.46 | 0.19 | 150.62 | 0.89 | 0.43 |
| Hex | C | CE | 6F | 5E | 0 | 2E | 13 | 97 | 59 | 2B |
| Octal | 14 | 316 | 157 | 136 | 0 | 56 | 23 | 227 | 131 | 53 |
| Binary | 1100 | 11001110 | 1101111 | 1011110 | 0 | 101110 | 10011 | 10010111 | 1011001 | 101011 |
Color Harmonies of #0CCE6F
Complementary color
Monochromatic Colors of #0CCE6F
Black with #0CCE6F
Text Example
Text Example
White with #0CCE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCE6F; }
p { color: rgb(12,206,111); }
H1.HeaderClassName
{
color: #0CCE6F;
}
.AnyTagClassName
{
color: #0CCE6F;
}
</style>
background-color css
<style>
a { background-color: #0CCE6F; }
a { background-color: rgb(12,206,111); }
div.DivClassName
{
background-color: #0CCE6F;
}
.BgClassName
{
background-color: #0CCE6F;
}
</style>
border-color css
<style>
span { border-color: #0CCE6F; }
span { border-color: rgb(12,206,111); }
td.TdClassName
{
border-color: #0CCE6F;
}
.TagClassName
{
border-color: #0CCE6F;
}
</style>