Shades of Malachite #0FC855
Tints of Malachite #0FC855
RGB
CMYK
RGB Variations
Color information
#0FC855 (or 0x0FC855) is known color: Malachite. HEX triplet: 0F, C8 and 55. RGB value is (15,200,85). Sum of RGB (Red+Green+Blue) = 15+200+85=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 200 (78.52% from 255 or 66.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC855 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC855 is #F037AA. Grayscale: #838383. Windows color (decimal): -15742891 or 5621775. OLE color: 5621775.
HSL color Cylindrical-coordinate representation of color #0FC855: hue angle of 142.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC855 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 85 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.22 |
| HSL | 142.7º | 0.86% | 0.42% | - |
| HSV(B) | 142.7º | 0.93% | 0.78% | - |
| XYZ | 22.49 | 42.07 | 15.53 | - |
| YUV | 131.58 | 101.71 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 85 | 0.92 | 0 | 0.58 | 0.22 | 142.7 | 0.86 | 0.42 |
| Hex | F | C8 | 55 | 5C | 0 | 3A | 16 | 8F | 56 | 2A |
| Octal | 17 | 310 | 125 | 134 | 0 | 72 | 26 | 217 | 126 | 52 |
| Binary | 1111 | 11001000 | 1010101 | 1011100 | 0 | 111010 | 10110 | 10001111 | 1010110 | 101010 |
Color Harmonies of #0FC855
Complementary color
Monochromatic Colors of #0FC855
Black with #0FC855
Text Example
Text Example
White with #0FC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC855; }
p { color: rgb(15,200,85); }
H1.HeaderClassName
{
color: #0FC855;
}
.AnyTagClassName
{
color: #0FC855;
}
</style>
background-color css
<style>
a { background-color: #0FC855; }
a { background-color: rgb(15,200,85); }
div.DivClassName
{
background-color: #0FC855;
}
.BgClassName
{
background-color: #0FC855;
}
</style>
border-color css
<style>
span { border-color: #0FC855; }
span { border-color: rgb(15,200,85); }
td.TdClassName
{
border-color: #0FC855;
}
.TagClassName
{
border-color: #0FC855;
}
</style>