Shades of Mountain Meadow #0FBC84
Tints of Mountain Meadow #0FBC84
RGB
CMYK
RGB Variations
Color information
#0FBC84 (or 0x0FBC84) is known color: Mountain Meadow. HEX triplet: 0F, BC and 84. RGB value is (15,188,132). Sum of RGB (Red+Green+Blue) = 15+188+132=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC84 is #F0437B. Grayscale: #818181. Windows color (decimal): -15745916 or 8698895. OLE color: 8698895.
HSL color Cylindrical-coordinate representation of color #0FBC84: hue angle of 160.58º 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 #0FBC84 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 132 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.26 |
| HSL | 160.58º | 0.85% | 0.4% | - |
| HSV(B) | 160.58º | 0.92% | 0.74% | - |
| XYZ | 22.35 | 37.73 | 27.94 | - |
| YUV | 129.89 | 129.19 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 132 | 0.92 | 0 | 0.30 | 0.26 | 160.58 | 0.85 | 0.4 |
| Hex | F | BC | 84 | 5C | 0 | 1E | 1A | A1 | 55 | 28 |
| Octal | 17 | 274 | 204 | 134 | 0 | 36 | 32 | 241 | 125 | 50 |
| Binary | 1111 | 10111100 | 10000100 | 1011100 | 0 | 11110 | 11010 | 10100001 | 1010101 | 101000 |
Color Harmonies of #0FBC84
Complementary color
Monochromatic Colors of #0FBC84
Black with #0FBC84
Text Example
Text Example
White with #0FBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC84; }
p { color: rgb(15,188,132); }
H1.HeaderClassName
{
color: #0FBC84;
}
.AnyTagClassName
{
color: #0FBC84;
}
</style>
background-color css
<style>
a { background-color: #0FBC84; }
a { background-color: rgb(15,188,132); }
div.DivClassName
{
background-color: #0FBC84;
}
.BgClassName
{
background-color: #0FBC84;
}
</style>
border-color css
<style>
span { border-color: #0FBC84; }
span { border-color: rgb(15,188,132); }
td.TdClassName
{
border-color: #0FBC84;
}
.TagClassName
{
border-color: #0FBC84;
}
</style>