Shades of Mountain Meadow #0FBA84
Tints of Mountain Meadow #0FBA84
RGB
CMYK
RGB Variations
Color information
#0FBA84 (or 0x0FBA84) is known color: Mountain Meadow. HEX triplet: 0F, BA and 84. RGB value is (15,186,132). Sum of RGB (Red+Green+Blue) = 15+186+132=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA84 is #F0457B. Grayscale: #808080. Windows color (decimal): -15746428 or 8698383. OLE color: 8698383.
HSL color Cylindrical-coordinate representation of color #0FBA84: hue angle of 161.05º 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 #0FBA84 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 132 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.27 |
| HSL | 161.05º | 0.85% | 0.39% | - |
| HSV(B) | 161.05º | 0.92% | 0.73% | - |
| XYZ | 21.92 | 36.89 | 27.79 | - |
| YUV | 128.72 | 129.85 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 132 | 0.92 | 0 | 0.29 | 0.27 | 161.05 | 0.85 | 0.39 |
| Hex | F | BA | 84 | 5C | 0 | 1D | 1B | A1 | 55 | 27 |
| Octal | 17 | 272 | 204 | 134 | 0 | 35 | 33 | 241 | 125 | 47 |
| Binary | 1111 | 10111010 | 10000100 | 1011100 | 0 | 11101 | 11011 | 10100001 | 1010101 | 100111 |
Color Harmonies of #0FBA84
Complementary color
Monochromatic Colors of #0FBA84
Black with #0FBA84
Text Example
Text Example
White with #0FBA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA84; }
p { color: rgb(15,186,132); }
H1.HeaderClassName
{
color: #0FBA84;
}
.AnyTagClassName
{
color: #0FBA84;
}
</style>
background-color css
<style>
a { background-color: #0FBA84; }
a { background-color: rgb(15,186,132); }
div.DivClassName
{
background-color: #0FBA84;
}
.BgClassName
{
background-color: #0FBA84;
}
</style>
border-color css
<style>
span { border-color: #0FBA84; }
span { border-color: rgb(15,186,132); }
td.TdClassName
{
border-color: #0FBA84;
}
.TagClassName
{
border-color: #0FBA84;
}
</style>