Shades of Malachite #0FC056
Tints of Malachite #0FC056
RGB
CMYK
RGB Variations
Color information
#0FC056 (or 0x0FC056) is known color: Malachite. HEX triplet: 0F, C0 and 56. RGB value is (15,192,86). Sum of RGB (Red+Green+Blue) = 15+192+86=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC056 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC056 is #F03FA9. Grayscale: #7F7F7F. Windows color (decimal): -15744938 or 5685263. OLE color: 5685263.
HSL color Cylindrical-coordinate representation of color #0FC056: hue angle of 144.07º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC056 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 86 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.25 |
| HSL | 144.07º | 0.86% | 0.41% | - |
| HSV(B) | 144.07º | 0.92% | 0.75% | - |
| XYZ | 20.73 | 38.47 | 15.14 | - |
| YUV | 126.99 | 104.86 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 86 | 0.92 | 0 | 0.55 | 0.25 | 144.07 | 0.86 | 0.41 |
| Hex | F | C0 | 56 | 5C | 0 | 37 | 19 | 90 | 56 | 29 |
| Octal | 17 | 300 | 126 | 134 | 0 | 67 | 31 | 220 | 126 | 51 |
| Binary | 1111 | 11000000 | 1010110 | 1011100 | 0 | 110111 | 11001 | 10010000 | 1010110 | 101001 |
Color Harmonies of #0FC056
Complementary color
Monochromatic Colors of #0FC056
Black with #0FC056
Text Example
Text Example
White with #0FC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC056; }
p { color: rgb(15,192,86); }
H1.HeaderClassName
{
color: #0FC056;
}
.AnyTagClassName
{
color: #0FC056;
}
</style>
background-color css
<style>
a { background-color: #0FC056; }
a { background-color: rgb(15,192,86); }
div.DivClassName
{
background-color: #0FC056;
}
.BgClassName
{
background-color: #0FC056;
}
</style>
border-color css
<style>
span { border-color: #0FC056; }
span { border-color: rgb(15,192,86); }
td.TdClassName
{
border-color: #0FC056;
}
.TagClassName
{
border-color: #0FC056;
}
</style>