Shades of Malachite #0FC54F
Tints of Malachite #0FC54F
RGB
CMYK
RGB Variations
Color information
#0FC54F (or 0x0FC54F) is known color: Malachite. HEX triplet: 0F, C5 and 4F. RGB value is (15,197,79). Sum of RGB (Red+Green+Blue) = 15+197+79=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 197 (77.34% from 255 or 67.70% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC54F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC54F is #F03AB0. Grayscale: #818181. Windows color (decimal): -15743665 or 5227791. OLE color: 5227791.
HSL color Cylindrical-coordinate representation of color #0FC54F: hue angle of 141.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC54F is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 79 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.23 |
| HSL | 141.1º | 0.86% | 0.42% | - |
| HSV(B) | 141.1º | 0.92% | 0.77% | - |
| XYZ | 21.57 | 40.6 | 14.1 | - |
| YUV | 129.13 | 99.7 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 79 | 0.92 | 0 | 0.60 | 0.23 | 141.1 | 0.86 | 0.42 |
| Hex | F | C5 | 4F | 5C | 0 | 3C | 17 | 8D | 56 | 2A |
| Octal | 17 | 305 | 117 | 134 | 0 | 74 | 27 | 215 | 126 | 52 |
| Binary | 1111 | 11000101 | 1001111 | 1011100 | 0 | 111100 | 10111 | 10001101 | 1010110 | 101010 |
Color Harmonies of #0FC54F
Complementary color
Monochromatic Colors of #0FC54F
Black with #0FC54F
Text Example
Text Example
White with #0FC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC54F; }
p { color: rgb(15,197,79); }
H1.HeaderClassName
{
color: #0FC54F;
}
.AnyTagClassName
{
color: #0FC54F;
}
</style>
background-color css
<style>
a { background-color: #0FC54F; }
a { background-color: rgb(15,197,79); }
div.DivClassName
{
background-color: #0FC54F;
}
.BgClassName
{
background-color: #0FC54F;
}
</style>
border-color css
<style>
span { border-color: #0FC54F; }
span { border-color: rgb(15,197,79); }
td.TdClassName
{
border-color: #0FC54F;
}
.TagClassName
{
border-color: #0FC54F;
}
</style>