Shades of Mountain Meadow #0FBB7C
Tints of Mountain Meadow #0FBB7C
RGB
CMYK
RGB Variations
Color information
#0FBB7C (or 0x0FBB7C) is known color: Mountain Meadow. HEX triplet: 0F, BB and 7C. RGB value is (15,187,124). Sum of RGB (Red+Green+Blue) = 15+187+124=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBB7C is #F04483. Grayscale: #808080. Windows color (decimal): -15746180 or 8174351. OLE color: 8174351.
HSL color Cylindrical-coordinate representation of color #0FBB7C: hue angle of 158.02º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB7C is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 124 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.27 |
| HSL | 158.02º | 0.85% | 0.4% | - |
| HSV(B) | 158.02º | 0.92% | 0.73% | - |
| XYZ | 21.61 | 37.1 | 25.09 | - |
| YUV | 128.39 | 125.52 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 124 | 0.92 | 0 | 0.34 | 0.27 | 158.02 | 0.85 | 0.4 |
| Hex | F | BB | 7C | 5C | 0 | 22 | 1B | 9E | 55 | 28 |
| Octal | 17 | 273 | 174 | 134 | 0 | 42 | 33 | 236 | 125 | 50 |
| Binary | 1111 | 10111011 | 1111100 | 1011100 | 0 | 100010 | 11011 | 10011110 | 1010101 | 101000 |
Color Harmonies of #0FBB7C
Complementary color
Monochromatic Colors of #0FBB7C
Black with #0FBB7C
Text Example
Text Example
White with #0FBB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBB7C; }
p { color: rgb(15,187,124); }
H1.HeaderClassName
{
color: #0FBB7C;
}
.AnyTagClassName
{
color: #0FBB7C;
}
</style>
background-color css
<style>
a { background-color: #0FBB7C; }
a { background-color: rgb(15,187,124); }
div.DivClassName
{
background-color: #0FBB7C;
}
.BgClassName
{
background-color: #0FBB7C;
}
</style>
border-color css
<style>
span { border-color: #0FBB7C; }
span { border-color: rgb(15,187,124); }
td.TdClassName
{
border-color: #0FBB7C;
}
.TagClassName
{
border-color: #0FBB7C;
}
</style>