Shades of Mountain Meadow #0FBA85
Tints of Mountain Meadow #0FBA85
RGB
CMYK
RGB Variations
Color information
#0FBA85 (or 0x0FBA85) is known color: Mountain Meadow. HEX triplet: 0F, BA and 85. RGB value is (15,186,133). Sum of RGB (Red+Green+Blue) = 15+186+133=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA85 is #F0457A. Grayscale: #808080. Windows color (decimal): -15746427 or 8763919. OLE color: 8763919.
HSL color Cylindrical-coordinate representation of color #0FBA85: hue angle of 161.4º 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 #0FBA85 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 133 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.27 |
| HSL | 161.4º | 0.85% | 0.39% | - |
| HSV(B) | 161.4º | 0.92% | 0.73% | - |
| XYZ | 21.99 | 36.91 | 28.16 | - |
| YUV | 128.83 | 130.35 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 133 | 0.92 | 0 | 0.28 | 0.27 | 161.4 | 0.85 | 0.39 |
| Hex | F | BA | 85 | 5C | 0 | 1C | 1B | A1 | 55 | 27 |
| Octal | 17 | 272 | 205 | 134 | 0 | 34 | 33 | 241 | 125 | 47 |
| Binary | 1111 | 10111010 | 10000101 | 1011100 | 0 | 11100 | 11011 | 10100001 | 1010101 | 100111 |
Color Harmonies of #0FBA85
Complementary color
Monochromatic Colors of #0FBA85
Black with #0FBA85
Text Example
Text Example
White with #0FBA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA85; }
p { color: rgb(15,186,133); }
H1.HeaderClassName
{
color: #0FBA85;
}
.AnyTagClassName
{
color: #0FBA85;
}
</style>
background-color css
<style>
a { background-color: #0FBA85; }
a { background-color: rgb(15,186,133); }
div.DivClassName
{
background-color: #0FBA85;
}
.BgClassName
{
background-color: #0FBA85;
}
</style>
border-color css
<style>
span { border-color: #0FBA85; }
span { border-color: rgb(15,186,133); }
td.TdClassName
{
border-color: #0FBA85;
}
.TagClassName
{
border-color: #0FBA85;
}
</style>