Shades of Mountain Meadow #0FC86F
Tints of Mountain Meadow #0FC86F
RGB
CMYK
RGB Variations
Color information
#0FC86F (or 0x0FC86F) is known color: Mountain Meadow. HEX triplet: 0F, C8 and 6F. RGB value is (15,200,111). Sum of RGB (Red+Green+Blue) = 15+200+111=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 200 (78.52% from 255 or 61.35% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC86F is #F03790. Grayscale: #868686. Windows color (decimal): -15742865 or 7325711. OLE color: 7325711.
HSL color Cylindrical-coordinate representation of color #0FC86F: hue angle of 151.14º 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 #0FC86F is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 111 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.22 |
| HSL | 151.14º | 0.86% | 0.42% | - |
| HSV(B) | 151.14º | 0.93% | 0.78% | - |
| XYZ | 23.72 | 42.56 | 22 | - |
| YUV | 134.54 | 114.71 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 111 | 0.92 | 0 | 0.44 | 0.22 | 151.14 | 0.86 | 0.42 |
| Hex | F | C8 | 6F | 5C | 0 | 2C | 16 | 97 | 56 | 2A |
| Octal | 17 | 310 | 157 | 134 | 0 | 54 | 26 | 227 | 126 | 52 |
| Binary | 1111 | 11001000 | 1101111 | 1011100 | 0 | 101100 | 10110 | 10010111 | 1010110 | 101010 |
Color Harmonies of #0FC86F
Complementary color
Monochromatic Colors of #0FC86F
Black with #0FC86F
Text Example
Text Example
White with #0FC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC86F; }
p { color: rgb(15,200,111); }
H1.HeaderClassName
{
color: #0FC86F;
}
.AnyTagClassName
{
color: #0FC86F;
}
</style>
background-color css
<style>
a { background-color: #0FC86F; }
a { background-color: rgb(15,200,111); }
div.DivClassName
{
background-color: #0FC86F;
}
.BgClassName
{
background-color: #0FC86F;
}
</style>
border-color css
<style>
span { border-color: #0FC86F; }
span { border-color: rgb(15,200,111); }
td.TdClassName
{
border-color: #0FC86F;
}
.TagClassName
{
border-color: #0FC86F;
}
</style>