Shades of Malachite #0FC64E
Tints of Malachite #0FC64E
RGB
CMYK
RGB Variations
Color information
#0FC64E (or 0x0FC64E) is known color: Malachite. HEX triplet: 0F, C6 and 4E. RGB value is (15,198,78). Sum of RGB (Red+Green+Blue) = 15+198+78=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 198 (77.73% from 255 or 68.04% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC64E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC64E is #F039B1. Grayscale: #818181. Windows color (decimal): -15743410 or 5162511. OLE color: 5162511.
HSL color Cylindrical-coordinate representation of color #0FC64E: hue angle of 140.66º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC64E is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 78 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.22 |
| HSL | 140.66º | 0.86% | 0.42% | - |
| HSV(B) | 140.66º | 0.92% | 0.78% | - |
| XYZ | 21.77 | 41.04 | 13.98 | - |
| YUV | 129.6 | 98.87 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 78 | 0.92 | 0 | 0.61 | 0.22 | 140.66 | 0.86 | 0.42 |
| Hex | F | C6 | 4E | 5C | 0 | 3D | 16 | 8D | 56 | 2A |
| Octal | 17 | 306 | 116 | 134 | 0 | 75 | 26 | 215 | 126 | 52 |
| Binary | 1111 | 11000110 | 1001110 | 1011100 | 0 | 111101 | 10110 | 10001101 | 1010110 | 101010 |
Color Harmonies of #0FC64E
Complementary color
Monochromatic Colors of #0FC64E
Black with #0FC64E
Text Example
Text Example
White with #0FC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC64E; }
p { color: rgb(15,198,78); }
H1.HeaderClassName
{
color: #0FC64E;
}
.AnyTagClassName
{
color: #0FC64E;
}
</style>
background-color css
<style>
a { background-color: #0FC64E; }
a { background-color: rgb(15,198,78); }
div.DivClassName
{
background-color: #0FC64E;
}
.BgClassName
{
background-color: #0FC64E;
}
</style>
border-color css
<style>
span { border-color: #0FC64E; }
span { border-color: rgb(15,198,78); }
td.TdClassName
{
border-color: #0FC64E;
}
.TagClassName
{
border-color: #0FC64E;
}
</style>