Shades of Malachite #0CF646
Tints of Malachite #0CF646
RGB
CMYK
RGB Variations
Color information
#0CF646 (or 0x0CF646) is known color: Malachite. HEX triplet: 0C, F6 and 46. RGB value is (12,246,70). Sum of RGB (Red+Green+Blue) = 12+246+70=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 246 (96.48% from 255 or 75% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 246 - color contains mainly: green. Hex color #0CF646 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF646 is #F309B9. Grayscale: #9C9C9C. Windows color (decimal): -15927738 or 4650508. OLE color: 4650508.
HSL color Cylindrical-coordinate representation of color #0CF646: hue angle of 134.87º 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 #0CF646 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 246 | 70 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.04 |
| HSL | 134.87º | 0.93% | 0.51% | - |
| HSV(B) | 134.87º | 0.95% | 0.96% | - |
| XYZ | 34.21 | 66.43 | 16.81 | - |
| YUV | 155.97 | 79.48 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 246 | 70 | 0.95 | 0 | 0.72 | 0.04 | 134.87 | 0.93 | 0.51 |
| Hex | C | F6 | 46 | 5F | 0 | 48 | 4 | 87 | 5D | 33 |
| Octal | 14 | 366 | 106 | 137 | 0 | 110 | 4 | 207 | 135 | 63 |
| Binary | 1100 | 11110110 | 1000110 | 1011111 | 0 | 1001000 | 100 | 10000111 | 1011101 | 110011 |
Color Harmonies of #0CF646
Complementary color
Monochromatic Colors of #0CF646
Black with #0CF646
Text Example
Text Example
White with #0CF646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF646; }
p { color: rgb(12,246,70); }
H1.HeaderClassName
{
color: #0CF646;
}
.AnyTagClassName
{
color: #0CF646;
}
</style>
background-color css
<style>
a { background-color: #0CF646; }
a { background-color: rgb(12,246,70); }
div.DivClassName
{
background-color: #0CF646;
}
.BgClassName
{
background-color: #0CF646;
}
</style>
border-color css
<style>
span { border-color: #0CF646; }
span { border-color: rgb(12,246,70); }
td.TdClassName
{
border-color: #0CF646;
}
.TagClassName
{
border-color: #0CF646;
}
</style>