Shades of Malachite #0FC85F
Tints of Malachite #0FC85F
RGB
CMYK
RGB Variations
Color information
#0FC85F (or 0x0FC85F) is known color: Malachite. HEX triplet: 0F, C8 and 5F. RGB value is (15,200,95). Sum of RGB (Red+Green+Blue) = 15+200+95=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 200 (78.52% from 255 or 64.52% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC85F is #F037A0. Grayscale: #848484. Windows color (decimal): -15742881 or 6277135. OLE color: 6277135.
HSL color Cylindrical-coordinate representation of color #0FC85F: hue angle of 145.95º 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 #0FC85F is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 95 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.22 |
| HSL | 145.95º | 0.86% | 0.42% | - |
| HSV(B) | 145.95º | 0.93% | 0.78% | - |
| XYZ | 22.92 | 42.24 | 17.77 | - |
| YUV | 132.72 | 106.71 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 95 | 0.92 | 0 | 0.52 | 0.22 | 145.95 | 0.86 | 0.42 |
| Hex | F | C8 | 5F | 5C | 0 | 34 | 16 | 92 | 56 | 2A |
| Octal | 17 | 310 | 137 | 134 | 0 | 64 | 26 | 222 | 126 | 52 |
| Binary | 1111 | 11001000 | 1011111 | 1011100 | 0 | 110100 | 10110 | 10010010 | 1010110 | 101010 |
Color Harmonies of #0FC85F
Complementary color
Monochromatic Colors of #0FC85F
Black with #0FC85F
Text Example
Text Example
White with #0FC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC85F; }
p { color: rgb(15,200,95); }
H1.HeaderClassName
{
color: #0FC85F;
}
.AnyTagClassName
{
color: #0FC85F;
}
</style>
background-color css
<style>
a { background-color: #0FC85F; }
a { background-color: rgb(15,200,95); }
div.DivClassName
{
background-color: #0FC85F;
}
.BgClassName
{
background-color: #0FC85F;
}
</style>
border-color css
<style>
span { border-color: #0FC85F; }
span { border-color: rgb(15,200,95); }
td.TdClassName
{
border-color: #0FC85F;
}
.TagClassName
{
border-color: #0FC85F;
}
</style>