Shades of Mountain Meadow #0FC686
Tints of Mountain Meadow #0FC686
RGB
CMYK
RGB Variations
Color information
#0FC686 (or 0x0FC686) is known color: Mountain Meadow. HEX triplet: 0F, C6 and 86. RGB value is (15,198,134). Sum of RGB (Red+Green+Blue) = 15+198+134=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 198 (77.73% from 255 or 57.06% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC686 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC686 is #F03979. Grayscale: #888888. Windows color (decimal): -15743354 or 8832527. OLE color: 8832527.
HSL color Cylindrical-coordinate representation of color #0FC686: hue angle of 159.02º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC686 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 134 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.22 |
| HSL | 159.02º | 0.86% | 0.42% | - |
| HSV(B) | 159.02º | 0.92% | 0.78% | - |
| XYZ | 24.69 | 42.21 | 29.4 | - |
| YUV | 135.99 | 126.87 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 134 | 0.92 | 0 | 0.32 | 0.22 | 159.02 | 0.86 | 0.42 |
| Hex | F | C6 | 86 | 5C | 0 | 20 | 16 | 9F | 56 | 2A |
| Octal | 17 | 306 | 206 | 134 | 0 | 40 | 26 | 237 | 126 | 52 |
| Binary | 1111 | 11000110 | 10000110 | 1011100 | 0 | 100000 | 10110 | 10011111 | 1010110 | 101010 |
Color Harmonies of #0FC686
Complementary color
Monochromatic Colors of #0FC686
Black with #0FC686
Text Example
Text Example
White with #0FC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC686; }
p { color: rgb(15,198,134); }
H1.HeaderClassName
{
color: #0FC686;
}
.AnyTagClassName
{
color: #0FC686;
}
</style>
background-color css
<style>
a { background-color: #0FC686; }
a { background-color: rgb(15,198,134); }
div.DivClassName
{
background-color: #0FC686;
}
.BgClassName
{
background-color: #0FC686;
}
</style>
border-color css
<style>
span { border-color: #0FC686; }
span { border-color: rgb(15,198,134); }
td.TdClassName
{
border-color: #0FC686;
}
.TagClassName
{
border-color: #0FC686;
}
</style>