Shades of Malachite #0CF647
Tints of Malachite #0CF647
RGB
CMYK
RGB Variations
Color information
#0CF647 (or 0x0CF647) is known color: Malachite. HEX triplet: 0C, F6 and 47. RGB value is (12,246,71). Sum of RGB (Red+Green+Blue) = 12+246+71=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 246 (96.48% from 255 or 74.77% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 246 - color contains mainly: green. Hex color #0CF647 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF647 is #F309B8. Grayscale: #9C9C9C. Windows color (decimal): -15927737 or 4716044. OLE color: 4716044.
HSL color Cylindrical-coordinate representation of color #0CF647: hue angle of 135.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF647 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 246 | 71 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.04 |
| HSL | 135.13º | 0.93% | 0.51% | - |
| HSV(B) | 135.13º | 0.95% | 0.96% | - |
| XYZ | 34.24 | 66.44 | 16.98 | - |
| YUV | 156.08 | 79.98 | 25.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 246 | 71 | 0.95 | 0 | 0.71 | 0.04 | 135.13 | 0.93 | 0.51 |
| Hex | C | F6 | 47 | 5F | 0 | 47 | 4 | 87 | 5D | 33 |
| Octal | 14 | 366 | 107 | 137 | 0 | 107 | 4 | 207 | 135 | 63 |
| Binary | 1100 | 11110110 | 1000111 | 1011111 | 0 | 1000111 | 100 | 10000111 | 1011101 | 110011 |
Color Harmonies of #0CF647
Complementary color
Monochromatic Colors of #0CF647
Black with #0CF647
Text Example
Text Example
White with #0CF647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF647; }
p { color: rgb(12,246,71); }
H1.HeaderClassName
{
color: #0CF647;
}
.AnyTagClassName
{
color: #0CF647;
}
</style>
background-color css
<style>
a { background-color: #0CF647; }
a { background-color: rgb(12,246,71); }
div.DivClassName
{
background-color: #0CF647;
}
.BgClassName
{
background-color: #0CF647;
}
</style>
border-color css
<style>
span { border-color: #0CF647; }
span { border-color: rgb(12,246,71); }
td.TdClassName
{
border-color: #0CF647;
}
.TagClassName
{
border-color: #0CF647;
}
</style>