Shades of Mountain Meadow #0FAA86
Tints of Mountain Meadow #0FAA86
RGB
CMYK
RGB Variations
Color information
#0FAA86 (or 0x0FAA86) is known color: Mountain Meadow. HEX triplet: 0F, AA and 86. RGB value is (15,170,134). Sum of RGB (Red+Green+Blue) = 15+170+134=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAA86 is #F05579. Grayscale: #777777. Windows color (decimal): -15750522 or 8825359. OLE color: 8825359.
HSL color Cylindrical-coordinate representation of color #0FAA86: hue angle of 166.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA86 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 134 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.33 |
| HSL | 166.06º | 0.84% | 0.36% | - |
| HSV(B) | 166.06º | 0.91% | 0.67% | - |
| XYZ | 18.87 | 30.57 | 27.46 | - |
| YUV | 119.55 | 136.15 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 134 | 0.91 | 0 | 0.21 | 0.33 | 166.06 | 0.84 | 0.36 |
| Hex | F | AA | 86 | 5B | 0 | 15 | 21 | A6 | 54 | 24 |
| Octal | 17 | 252 | 206 | 133 | 0 | 25 | 41 | 246 | 124 | 44 |
| Binary | 1111 | 10101010 | 10000110 | 1011011 | 0 | 10101 | 100001 | 10100110 | 1010100 | 100100 |
Color Harmonies of #0FAA86
Complementary color
Monochromatic Colors of #0FAA86
Black with #0FAA86
Text Example
Text Example
White with #0FAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA86; }
p { color: rgb(15,170,134); }
H1.HeaderClassName
{
color: #0FAA86;
}
.AnyTagClassName
{
color: #0FAA86;
}
</style>
background-color css
<style>
a { background-color: #0FAA86; }
a { background-color: rgb(15,170,134); }
div.DivClassName
{
background-color: #0FAA86;
}
.BgClassName
{
background-color: #0FAA86;
}
</style>
border-color css
<style>
span { border-color: #0FAA86; }
span { border-color: rgb(15,170,134); }
td.TdClassName
{
border-color: #0FAA86;
}
.TagClassName
{
border-color: #0FAA86;
}
</style>