Shades of Malachite #0FC85B
Tints of Malachite #0FC85B
RGB
CMYK
RGB Variations
Color information
#0FC85B (or 0x0FC85B) is known color: Malachite. HEX triplet: 0F, C8 and 5B. RGB value is (15,200,91). Sum of RGB (Red+Green+Blue) = 15+200+91=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC85B is #F037A4. Grayscale: #848484. Windows color (decimal): -15742885 or 6014991. OLE color: 6014991.
HSL color Cylindrical-coordinate representation of color #0FC85B: hue angle of 144.65º 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 #0FC85B is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 91 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.22 |
| HSL | 144.65º | 0.86% | 0.42% | - |
| HSV(B) | 144.65º | 0.93% | 0.78% | - |
| XYZ | 22.74 | 42.17 | 16.84 | - |
| YUV | 132.26 | 104.71 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 91 | 0.92 | 0 | 0.54 | 0.22 | 144.65 | 0.86 | 0.42 |
| Hex | F | C8 | 5B | 5C | 0 | 36 | 16 | 91 | 56 | 2A |
| Octal | 17 | 310 | 133 | 134 | 0 | 66 | 26 | 221 | 126 | 52 |
| Binary | 1111 | 11001000 | 1011011 | 1011100 | 0 | 110110 | 10110 | 10010001 | 1010110 | 101010 |
Color Harmonies of #0FC85B
Complementary color
Monochromatic Colors of #0FC85B
Black with #0FC85B
Text Example
Text Example
White with #0FC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC85B; }
p { color: rgb(15,200,91); }
H1.HeaderClassName
{
color: #0FC85B;
}
.AnyTagClassName
{
color: #0FC85B;
}
</style>
background-color css
<style>
a { background-color: #0FC85B; }
a { background-color: rgb(15,200,91); }
div.DivClassName
{
background-color: #0FC85B;
}
.BgClassName
{
background-color: #0FC85B;
}
</style>
border-color css
<style>
span { border-color: #0FC85B; }
span { border-color: rgb(15,200,91); }
td.TdClassName
{
border-color: #0FC85B;
}
.TagClassName
{
border-color: #0FC85B;
}
</style>