Shades of Malachite #0CF84F
Tints of Malachite #0CF84F
RGB
CMYK
RGB Variations
Color information
#0CF84F (or 0x0CF84F) is known color: Malachite. HEX triplet: 0C, F8 and 4F. RGB value is (12,248,79). Sum of RGB (Red+Green+Blue) = 12+248+79=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #0CF84F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF84F is #F307B0. Grayscale: #9E9E9E. Windows color (decimal): -15927217 or 5240844. OLE color: 5240844.
HSL color Cylindrical-coordinate representation of color #0CF84F: hue angle of 137.03º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF84F is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 248 | 79 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.03 |
| HSL | 137.03º | 0.94% | 0.51% | - |
| HSV(B) | 137.03º | 0.95% | 0.97% | - |
| XYZ | 35.13 | 67.78 | 18.63 | - |
| YUV | 158.17 | 83.31 | 23.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 248 | 79 | 0.95 | 0 | 0.68 | 0.03 | 137.03 | 0.94 | 0.51 |
| Hex | C | F8 | 4F | 5F | 0 | 44 | 3 | 89 | 5E | 33 |
| Octal | 14 | 370 | 117 | 137 | 0 | 104 | 3 | 211 | 136 | 63 |
| Binary | 1100 | 11111000 | 1001111 | 1011111 | 0 | 1000100 | 11 | 10001001 | 1011110 | 110011 |
Color Harmonies of #0CF84F
Complementary color
Monochromatic Colors of #0CF84F
Black with #0CF84F
Text Example
Text Example
White with #0CF84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF84F; }
p { color: rgb(12,248,79); }
H1.HeaderClassName
{
color: #0CF84F;
}
.AnyTagClassName
{
color: #0CF84F;
}
</style>
background-color css
<style>
a { background-color: #0CF84F; }
a { background-color: rgb(12,248,79); }
div.DivClassName
{
background-color: #0CF84F;
}
.BgClassName
{
background-color: #0CF84F;
}
</style>
border-color css
<style>
span { border-color: #0CF84F; }
span { border-color: rgb(12,248,79); }
td.TdClassName
{
border-color: #0CF84F;
}
.TagClassName
{
border-color: #0CF84F;
}
</style>