Shades of Mountain Meadow #0FBA89
Tints of Mountain Meadow #0FBA89
RGB
CMYK
RGB Variations
Color information
#0FBA89 (or 0x0FBA89) is known color: Mountain Meadow. HEX triplet: 0F, BA and 89. RGB value is (15,186,137). Sum of RGB (Red+Green+Blue) = 15+186+137=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA89 is #F04576. Grayscale: #818181. Windows color (decimal): -15746423 or 9026063. OLE color: 9026063.
HSL color Cylindrical-coordinate representation of color #0FBA89: hue angle of 162.81º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA89 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 137 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.27 |
| HSL | 162.81º | 0.85% | 0.39% | - |
| HSV(B) | 162.81º | 0.92% | 0.73% | - |
| XYZ | 22.27 | 37.03 | 29.64 | - |
| YUV | 129.29 | 132.35 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 137 | 0.92 | 0 | 0.26 | 0.27 | 162.81 | 0.85 | 0.39 |
| Hex | F | BA | 89 | 5C | 0 | 1A | 1B | A3 | 55 | 27 |
| Octal | 17 | 272 | 211 | 134 | 0 | 32 | 33 | 243 | 125 | 47 |
| Binary | 1111 | 10111010 | 10001001 | 1011100 | 0 | 11010 | 11011 | 10100011 | 1010101 | 100111 |
Color Harmonies of #0FBA89
Complementary color
Monochromatic Colors of #0FBA89
Black with #0FBA89
Text Example
Text Example
White with #0FBA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA89; }
p { color: rgb(15,186,137); }
H1.HeaderClassName
{
color: #0FBA89;
}
.AnyTagClassName
{
color: #0FBA89;
}
</style>
background-color css
<style>
a { background-color: #0FBA89; }
a { background-color: rgb(15,186,137); }
div.DivClassName
{
background-color: #0FBA89;
}
.BgClassName
{
background-color: #0FBA89;
}
</style>
border-color css
<style>
span { border-color: #0FBA89; }
span { border-color: rgb(15,186,137); }
td.TdClassName
{
border-color: #0FBA89;
}
.TagClassName
{
border-color: #0FBA89;
}
</style>