Shades of Mountain Meadow #0FBC80
Tints of Mountain Meadow #0FBC80
RGB
CMYK
RGB Variations
Color information
#0FBC80 (or 0x0FBC80) is known color: Mountain Meadow. HEX triplet: 0F, BC and 80. RGB value is (15,188,128). Sum of RGB (Red+Green+Blue) = 15+188+128=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC80 is #F0437F. Grayscale: #818181. Windows color (decimal): -15745920 or 8436751. OLE color: 8436751.
HSL color Cylindrical-coordinate representation of color #0FBC80: hue angle of 159.19º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC80 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 128 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.26 |
| HSL | 159.19º | 0.85% | 0.4% | - |
| HSV(B) | 159.19º | 0.92% | 0.74% | - |
| XYZ | 22.08 | 37.63 | 26.52 | - |
| YUV | 129.43 | 127.19 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 128 | 0.92 | 0 | 0.32 | 0.26 | 159.19 | 0.85 | 0.4 |
| Hex | F | BC | 80 | 5C | 0 | 20 | 1A | 9F | 55 | 28 |
| Octal | 17 | 274 | 200 | 134 | 0 | 40 | 32 | 237 | 125 | 50 |
| Binary | 1111 | 10111100 | 10000000 | 1011100 | 0 | 100000 | 11010 | 10011111 | 1010101 | 101000 |
Color Harmonies of #0FBC80
Complementary color
Monochromatic Colors of #0FBC80
Black with #0FBC80
Text Example
Text Example
White with #0FBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC80; }
p { color: rgb(15,188,128); }
H1.HeaderClassName
{
color: #0FBC80;
}
.AnyTagClassName
{
color: #0FBC80;
}
</style>
background-color css
<style>
a { background-color: #0FBC80; }
a { background-color: rgb(15,188,128); }
div.DivClassName
{
background-color: #0FBC80;
}
.BgClassName
{
background-color: #0FBC80;
}
</style>
border-color css
<style>
span { border-color: #0FBC80; }
span { border-color: rgb(15,188,128); }
td.TdClassName
{
border-color: #0FBC80;
}
.TagClassName
{
border-color: #0FBC80;
}
</style>