Shades of Mountain Meadow #0FBA80
Tints of Mountain Meadow #0FBA80
RGB
CMYK
RGB Variations
Color information
#0FBA80 (or 0x0FBA80) is known color: Mountain Meadow. HEX triplet: 0F, BA and 80. RGB value is (15,186,128). Sum of RGB (Red+Green+Blue) = 15+186+128=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA80 is #F0457F. Grayscale: #808080. Windows color (decimal): -15746432 or 8436239. OLE color: 8436239.
HSL color Cylindrical-coordinate representation of color #0FBA80: hue angle of 159.65º 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 #0FBA80 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 128 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.27 |
| HSL | 159.65º | 0.85% | 0.39% | - |
| HSV(B) | 159.65º | 0.92% | 0.73% | - |
| XYZ | 21.65 | 36.78 | 26.38 | - |
| YUV | 128.26 | 127.85 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 128 | 0.92 | 0 | 0.31 | 0.27 | 159.65 | 0.85 | 0.39 |
| Hex | F | BA | 80 | 5C | 0 | 1F | 1B | A0 | 55 | 27 |
| Octal | 17 | 272 | 200 | 134 | 0 | 37 | 33 | 240 | 125 | 47 |
| Binary | 1111 | 10111010 | 10000000 | 1011100 | 0 | 11111 | 11011 | 10100000 | 1010101 | 100111 |
Color Harmonies of #0FBA80
Complementary color
Monochromatic Colors of #0FBA80
Black with #0FBA80
Text Example
Text Example
White with #0FBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA80; }
p { color: rgb(15,186,128); }
H1.HeaderClassName
{
color: #0FBA80;
}
.AnyTagClassName
{
color: #0FBA80;
}
</style>
background-color css
<style>
a { background-color: #0FBA80; }
a { background-color: rgb(15,186,128); }
div.DivClassName
{
background-color: #0FBA80;
}
.BgClassName
{
background-color: #0FBA80;
}
</style>
border-color css
<style>
span { border-color: #0FBA80; }
span { border-color: rgb(15,186,128); }
td.TdClassName
{
border-color: #0FBA80;
}
.TagClassName
{
border-color: #0FBA80;
}
</style>