Shades of Mountain Meadow #0FAC86
Tints of Mountain Meadow #0FAC86
RGB
CMYK
RGB Variations
Color information
#0FAC86 (or 0x0FAC86) is known color: Mountain Meadow. HEX triplet: 0F, AC and 86. RGB value is (15,172,134). Sum of RGB (Red+Green+Blue) = 15+172+134=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAC86 is #F05379. Grayscale: #787878. Windows color (decimal): -15750010 or 8825871. OLE color: 8825871.
HSL color Cylindrical-coordinate representation of color #0FAC86: hue angle of 165.48º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC86 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 134 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.33 |
| HSL | 165.48º | 0.84% | 0.37% | - |
| HSV(B) | 165.48º | 0.91% | 0.67% | - |
| XYZ | 19.25 | 31.33 | 27.59 | - |
| YUV | 120.73 | 135.49 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 134 | 0.91 | 0 | 0.22 | 0.33 | 165.48 | 0.84 | 0.37 |
| Hex | F | AC | 86 | 5B | 0 | 16 | 21 | A5 | 54 | 25 |
| Octal | 17 | 254 | 206 | 133 | 0 | 26 | 41 | 245 | 124 | 45 |
| Binary | 1111 | 10101100 | 10000110 | 1011011 | 0 | 10110 | 100001 | 10100101 | 1010100 | 100101 |
Color Harmonies of #0FAC86
Complementary color
Monochromatic Colors of #0FAC86
Black with #0FAC86
Text Example
Text Example
White with #0FAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC86; }
p { color: rgb(15,172,134); }
H1.HeaderClassName
{
color: #0FAC86;
}
.AnyTagClassName
{
color: #0FAC86;
}
</style>
background-color css
<style>
a { background-color: #0FAC86; }
a { background-color: rgb(15,172,134); }
div.DivClassName
{
background-color: #0FAC86;
}
.BgClassName
{
background-color: #0FAC86;
}
</style>
border-color css
<style>
span { border-color: #0FAC86; }
span { border-color: rgb(15,172,134); }
td.TdClassName
{
border-color: #0FAC86;
}
.TagClassName
{
border-color: #0FAC86;
}
</style>