Shades of Mountain Meadow #0FBF86
Tints of Mountain Meadow #0FBF86
RGB
CMYK
RGB Variations
Color information
#0FBF86 (or 0x0FBF86) is known color: Mountain Meadow. HEX triplet: 0F, BF and 86. RGB value is (15,191,134). Sum of RGB (Red+Green+Blue) = 15+191+134=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF86 is #F04079. Grayscale: #838383. Windows color (decimal): -15745146 or 8830735. OLE color: 8830735.
HSL color Cylindrical-coordinate representation of color #0FBF86: hue angle of 160.57º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF86 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 191 | 134 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.25 |
| HSL | 160.57º | 0.85% | 0.4% | - |
| HSV(B) | 160.57º | 0.92% | 0.75% | - |
| XYZ | 23.13 | 39.08 | 28.88 | - |
| YUV | 131.88 | 129.19 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 191 | 134 | 0.92 | 0 | 0.30 | 0.25 | 160.57 | 0.85 | 0.4 |
| Hex | F | BF | 86 | 5C | 0 | 1E | 19 | A1 | 55 | 28 |
| Octal | 17 | 277 | 206 | 134 | 0 | 36 | 31 | 241 | 125 | 50 |
| Binary | 1111 | 10111111 | 10000110 | 1011100 | 0 | 11110 | 11001 | 10100001 | 1010101 | 101000 |
Color Harmonies of #0FBF86
Complementary color
Monochromatic Colors of #0FBF86
Black with #0FBF86
Text Example
Text Example
White with #0FBF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBF86; }
p { color: rgb(15,191,134); }
H1.HeaderClassName
{
color: #0FBF86;
}
.AnyTagClassName
{
color: #0FBF86;
}
</style>
background-color css
<style>
a { background-color: #0FBF86; }
a { background-color: rgb(15,191,134); }
div.DivClassName
{
background-color: #0FBF86;
}
.BgClassName
{
background-color: #0FBF86;
}
</style>
border-color css
<style>
span { border-color: #0FBF86; }
span { border-color: rgb(15,191,134); }
td.TdClassName
{
border-color: #0FBF86;
}
.TagClassName
{
border-color: #0FBF86;
}
</style>