Shades of Mountain Meadow #0FBA78
Tints of Mountain Meadow #0FBA78
RGB
CMYK
RGB Variations
Color information
#0FBA78 (or 0x0FBA78) is known color: Mountain Meadow. HEX triplet: 0F, BA and 78. RGB value is (15,186,120). Sum of RGB (Red+Green+Blue) = 15+186+120=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA78 is #F04587. Grayscale: #7F7F7F. Windows color (decimal): -15746440 or 7911951. OLE color: 7911951.
HSL color Cylindrical-coordinate representation of color #0FBA78: hue angle of 156.84º 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 #0FBA78 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 120 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.27 |
| HSL | 156.84º | 0.85% | 0.39% | - |
| HSV(B) | 156.84º | 0.92% | 0.73% | - |
| XYZ | 21.15 | 36.58 | 23.71 | - |
| YUV | 127.35 | 123.85 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 120 | 0.92 | 0 | 0.35 | 0.27 | 156.84 | 0.85 | 0.39 |
| Hex | F | BA | 78 | 5C | 0 | 23 | 1B | 9D | 55 | 27 |
| Octal | 17 | 272 | 170 | 134 | 0 | 43 | 33 | 235 | 125 | 47 |
| Binary | 1111 | 10111010 | 1111000 | 1011100 | 0 | 100011 | 11011 | 10011101 | 1010101 | 100111 |
Color Harmonies of #0FBA78
Complementary color
Monochromatic Colors of #0FBA78
Black with #0FBA78
Text Example
Text Example
White with #0FBA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA78; }
p { color: rgb(15,186,120); }
H1.HeaderClassName
{
color: #0FBA78;
}
.AnyTagClassName
{
color: #0FBA78;
}
</style>
background-color css
<style>
a { background-color: #0FBA78; }
a { background-color: rgb(15,186,120); }
div.DivClassName
{
background-color: #0FBA78;
}
.BgClassName
{
background-color: #0FBA78;
}
</style>
border-color css
<style>
span { border-color: #0FBA78; }
span { border-color: rgb(15,186,120); }
td.TdClassName
{
border-color: #0FBA78;
}
.TagClassName
{
border-color: #0FBA78;
}
</style>