Shades of Malachite #0FC86A
Tints of Malachite #0FC86A
RGB
CMYK
RGB Variations
Color information
#0FC86A (or 0x0FC86A) is known color: Malachite. HEX triplet: 0F, C8 and 6A. RGB value is (15,200,106). Sum of RGB (Red+Green+Blue) = 15+200+106=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC86A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC86A is #F03795. Grayscale: #868686. Windows color (decimal): -15742870 or 6998031. OLE color: 6998031.
HSL color Cylindrical-coordinate representation of color #0FC86A: hue angle of 149.51º 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 #0FC86A is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 106 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.22 |
| HSL | 149.51º | 0.86% | 0.42% | - |
| HSV(B) | 149.51º | 0.93% | 0.78% | - |
| XYZ | 23.45 | 42.45 | 20.59 | - |
| YUV | 133.97 | 112.21 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 106 | 0.92 | 0 | 0.47 | 0.22 | 149.51 | 0.86 | 0.42 |
| Hex | F | C8 | 6A | 5C | 0 | 2F | 16 | 96 | 56 | 2A |
| Octal | 17 | 310 | 152 | 134 | 0 | 57 | 26 | 226 | 126 | 52 |
| Binary | 1111 | 11001000 | 1101010 | 1011100 | 0 | 101111 | 10110 | 10010110 | 1010110 | 101010 |
Color Harmonies of #0FC86A
Complementary color
Monochromatic Colors of #0FC86A
Black with #0FC86A
Text Example
Text Example
White with #0FC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC86A; }
p { color: rgb(15,200,106); }
H1.HeaderClassName
{
color: #0FC86A;
}
.AnyTagClassName
{
color: #0FC86A;
}
</style>
background-color css
<style>
a { background-color: #0FC86A; }
a { background-color: rgb(15,200,106); }
div.DivClassName
{
background-color: #0FC86A;
}
.BgClassName
{
background-color: #0FC86A;
}
</style>
border-color css
<style>
span { border-color: #0FC86A; }
span { border-color: rgb(15,200,106); }
td.TdClassName
{
border-color: #0FC86A;
}
.TagClassName
{
border-color: #0FC86A;
}
</style>