Shades of Malachite #0FC858
Tints of Malachite #0FC858
RGB
CMYK
RGB Variations
Color information
#0FC858 (or 0x0FC858) is known color: Malachite. HEX triplet: 0F, C8 and 58. RGB value is (15,200,88). Sum of RGB (Red+Green+Blue) = 15+200+88=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC858 is #F037A7. Grayscale: #848484. Windows color (decimal): -15742888 or 5818383. OLE color: 5818383.
HSL color Cylindrical-coordinate representation of color #0FC858: hue angle of 143.68º 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 #0FC858 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 88 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.22 |
| HSL | 143.68º | 0.86% | 0.42% | - |
| HSV(B) | 143.68º | 0.93% | 0.78% | - |
| XYZ | 22.61 | 42.11 | 16.17 | - |
| YUV | 131.92 | 103.21 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 88 | 0.92 | 0 | 0.56 | 0.22 | 143.68 | 0.86 | 0.42 |
| Hex | F | C8 | 58 | 5C | 0 | 38 | 16 | 90 | 56 | 2A |
| Octal | 17 | 310 | 130 | 134 | 0 | 70 | 26 | 220 | 126 | 52 |
| Binary | 1111 | 11001000 | 1011000 | 1011100 | 0 | 111000 | 10110 | 10010000 | 1010110 | 101010 |
Color Harmonies of #0FC858
Complementary color
Monochromatic Colors of #0FC858
Black with #0FC858
Text Example
Text Example
White with #0FC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC858; }
p { color: rgb(15,200,88); }
H1.HeaderClassName
{
color: #0FC858;
}
.AnyTagClassName
{
color: #0FC858;
}
</style>
background-color css
<style>
a { background-color: #0FC858; }
a { background-color: rgb(15,200,88); }
div.DivClassName
{
background-color: #0FC858;
}
.BgClassName
{
background-color: #0FC858;
}
</style>
border-color css
<style>
span { border-color: #0FC858; }
span { border-color: rgb(15,200,88); }
td.TdClassName
{
border-color: #0FC858;
}
.TagClassName
{
border-color: #0FC858;
}
</style>