Shades of Mountain Meadow #0FC086
Tints of Mountain Meadow #0FC086
RGB
CMYK
RGB Variations
Color information
#0FC086 (or 0x0FC086) is known color: Mountain Meadow. HEX triplet: 0F, C0 and 86. RGB value is (15,192,134). Sum of RGB (Red+Green+Blue) = 15+192+134=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC086 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC086 is #F03F79. Grayscale: #848484. Windows color (decimal): -15744890 or 8830991. OLE color: 8830991.
HSL color Cylindrical-coordinate representation of color #0FC086: hue angle of 160.34º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC086 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 134 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.25 |
| HSL | 160.34º | 0.86% | 0.41% | - |
| HSV(B) | 160.34º | 0.92% | 0.75% | - |
| XYZ | 23.35 | 39.52 | 28.95 | - |
| YUV | 132.47 | 128.86 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 134 | 0.92 | 0 | 0.30 | 0.25 | 160.34 | 0.86 | 0.41 |
| Hex | F | C0 | 86 | 5C | 0 | 1E | 19 | A0 | 56 | 29 |
| Octal | 17 | 300 | 206 | 134 | 0 | 36 | 31 | 240 | 126 | 51 |
| Binary | 1111 | 11000000 | 10000110 | 1011100 | 0 | 11110 | 11001 | 10100000 | 1010110 | 101001 |
Color Harmonies of #0FC086
Complementary color
Monochromatic Colors of #0FC086
Black with #0FC086
Text Example
Text Example
White with #0FC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC086; }
p { color: rgb(15,192,134); }
H1.HeaderClassName
{
color: #0FC086;
}
.AnyTagClassName
{
color: #0FC086;
}
</style>
background-color css
<style>
a { background-color: #0FC086; }
a { background-color: rgb(15,192,134); }
div.DivClassName
{
background-color: #0FC086;
}
.BgClassName
{
background-color: #0FC086;
}
</style>
border-color css
<style>
span { border-color: #0FC086; }
span { border-color: rgb(15,192,134); }
td.TdClassName
{
border-color: #0FC086;
}
.TagClassName
{
border-color: #0FC086;
}
</style>