Shades of Mountain Meadow #0FAF89
Tints of Mountain Meadow #0FAF89
RGB
CMYK
RGB Variations
Color information
#0FAF89 (or 0x0FAF89) is known color: Mountain Meadow. HEX triplet: 0F, AF and 89. RGB value is (15,175,137). Sum of RGB (Red+Green+Blue) = 15+175+137=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAF89 is #F05076. Grayscale: #7A7A7A. Windows color (decimal): -15749239 or 9023247. OLE color: 9023247.
HSL color Cylindrical-coordinate representation of color #0FAF89: hue angle of 165.75º 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 #0FAF89 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 137 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.31 |
| HSL | 165.75º | 0.84% | 0.37% | - |
| HSV(B) | 165.75º | 0.91% | 0.69% | - |
| XYZ | 20.04 | 32.57 | 28.9 | - |
| YUV | 122.83 | 135.99 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 137 | 0.91 | 0 | 0.22 | 0.31 | 165.75 | 0.84 | 0.37 |
| Hex | F | AF | 89 | 5B | 0 | 16 | 1F | A6 | 54 | 25 |
| Octal | 17 | 257 | 211 | 133 | 0 | 26 | 37 | 246 | 124 | 45 |
| Binary | 1111 | 10101111 | 10001001 | 1011011 | 0 | 10110 | 11111 | 10100110 | 1010100 | 100101 |
Color Harmonies of #0FAF89
Complementary color
Monochromatic Colors of #0FAF89
Black with #0FAF89
Text Example
Text Example
White with #0FAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF89; }
p { color: rgb(15,175,137); }
H1.HeaderClassName
{
color: #0FAF89;
}
.AnyTagClassName
{
color: #0FAF89;
}
</style>
background-color css
<style>
a { background-color: #0FAF89; }
a { background-color: rgb(15,175,137); }
div.DivClassName
{
background-color: #0FAF89;
}
.BgClassName
{
background-color: #0FAF89;
}
</style>
border-color css
<style>
span { border-color: #0FAF89; }
span { border-color: rgb(15,175,137); }
td.TdClassName
{
border-color: #0FAF89;
}
.TagClassName
{
border-color: #0FAF89;
}
</style>