Shades of Mountain Meadow #0FAF87
Tints of Mountain Meadow #0FAF87
RGB
CMYK
RGB Variations
Color information
#0FAF87 (or 0x0FAF87) is known color: Mountain Meadow. HEX triplet: 0F, AF and 87. RGB value is (15,175,135). Sum of RGB (Red+Green+Blue) = 15+175+135=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAF87 is #F05078. Grayscale: #7A7A7A. Windows color (decimal): -15749241 or 8892175. OLE color: 8892175.
HSL color Cylindrical-coordinate representation of color #0FAF87: hue angle of 165º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF87 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 135 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.31 |
| HSL | 165º | 0.84% | 0.37% | - |
| HSV(B) | 165º | 0.91% | 0.69% | - |
| XYZ | 19.9 | 32.51 | 28.15 | - |
| YUV | 122.6 | 134.99 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 135 | 0.91 | 0 | 0.23 | 0.31 | 165 | 0.84 | 0.37 |
| Hex | F | AF | 87 | 5B | 0 | 17 | 1F | A5 | 54 | 25 |
| Octal | 17 | 257 | 207 | 133 | 0 | 27 | 37 | 245 | 124 | 45 |
| Binary | 1111 | 10101111 | 10000111 | 1011011 | 0 | 10111 | 11111 | 10100101 | 1010100 | 100101 |
Color Harmonies of #0FAF87
Complementary color
Monochromatic Colors of #0FAF87
Black with #0FAF87
Text Example
Text Example
White with #0FAF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF87; }
p { color: rgb(15,175,135); }
H1.HeaderClassName
{
color: #0FAF87;
}
.AnyTagClassName
{
color: #0FAF87;
}
</style>
background-color css
<style>
a { background-color: #0FAF87; }
a { background-color: rgb(15,175,135); }
div.DivClassName
{
background-color: #0FAF87;
}
.BgClassName
{
background-color: #0FAF87;
}
</style>
border-color css
<style>
span { border-color: #0FAF87; }
span { border-color: rgb(15,175,135); }
td.TdClassName
{
border-color: #0FAF87;
}
.TagClassName
{
border-color: #0FAF87;
}
</style>