Shades of Mountain Meadow #0FBA81
Tints of Mountain Meadow #0FBA81
RGB
CMYK
RGB Variations
Color information
#0FBA81 (or 0x0FBA81) is known color: Mountain Meadow. HEX triplet: 0F, BA and 81. RGB value is (15,186,129). Sum of RGB (Red+Green+Blue) = 15+186+129=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA81 is #F0457E. Grayscale: #808080. Windows color (decimal): -15746431 or 8501775. OLE color: 8501775.
HSL color Cylindrical-coordinate representation of color #0FBA81: hue angle of 160º 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 #0FBA81 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 129 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.27 |
| HSL | 160º | 0.85% | 0.39% | - |
| HSV(B) | 160º | 0.92% | 0.73% | - |
| XYZ | 21.72 | 36.8 | 26.73 | - |
| YUV | 128.37 | 128.35 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 129 | 0.92 | 0 | 0.31 | 0.27 | 160 | 0.85 | 0.39 |
| Hex | F | BA | 81 | 5C | 0 | 1F | 1B | A0 | 55 | 27 |
| Octal | 17 | 272 | 201 | 134 | 0 | 37 | 33 | 240 | 125 | 47 |
| Binary | 1111 | 10111010 | 10000001 | 1011100 | 0 | 11111 | 11011 | 10100000 | 1010101 | 100111 |
Color Harmonies of #0FBA81
Complementary color
Monochromatic Colors of #0FBA81
Black with #0FBA81
Text Example
Text Example
White with #0FBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA81; }
p { color: rgb(15,186,129); }
H1.HeaderClassName
{
color: #0FBA81;
}
.AnyTagClassName
{
color: #0FBA81;
}
</style>
background-color css
<style>
a { background-color: #0FBA81; }
a { background-color: rgb(15,186,129); }
div.DivClassName
{
background-color: #0FBA81;
}
.BgClassName
{
background-color: #0FBA81;
}
</style>
border-color css
<style>
span { border-color: #0FBA81; }
span { border-color: rgb(15,186,129); }
td.TdClassName
{
border-color: #0FBA81;
}
.TagClassName
{
border-color: #0FBA81;
}
</style>