Shades of Mountain Meadow #0FB178
Tints of Mountain Meadow #0FB178
RGB
CMYK
RGB Variations
Color information
#0FB178 (or 0x0FB178) is known color: Mountain Meadow. HEX triplet: 0F, B1 and 78. RGB value is (15,177,120). Sum of RGB (Red+Green+Blue) = 15+177+120=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB178 is #F04E87. Grayscale: #7A7A7A. Windows color (decimal): -15748744 or 7909647. OLE color: 7909647.
HSL color Cylindrical-coordinate representation of color #0FB178: hue angle of 158.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB178 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 120 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.31 |
| HSL | 158.89º | 0.84% | 0.38% | - |
| HSV(B) | 158.89º | 0.92% | 0.69% | - |
| XYZ | 19.31 | 32.9 | 23.1 | - |
| YUV | 122.06 | 126.83 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 120 | 0.92 | 0 | 0.32 | 0.31 | 158.89 | 0.84 | 0.38 |
| Hex | F | B1 | 78 | 5C | 0 | 20 | 1F | 9F | 54 | 26 |
| Octal | 17 | 261 | 170 | 134 | 0 | 40 | 37 | 237 | 124 | 46 |
| Binary | 1111 | 10110001 | 1111000 | 1011100 | 0 | 100000 | 11111 | 10011111 | 1010100 | 100110 |
Color Harmonies of #0FB178
Complementary color
Monochromatic Colors of #0FB178
Black with #0FB178
Text Example
Text Example
White with #0FB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB178; }
p { color: rgb(15,177,120); }
H1.HeaderClassName
{
color: #0FB178;
}
.AnyTagClassName
{
color: #0FB178;
}
</style>
background-color css
<style>
a { background-color: #0FB178; }
a { background-color: rgb(15,177,120); }
div.DivClassName
{
background-color: #0FB178;
}
.BgClassName
{
background-color: #0FB178;
}
</style>
border-color css
<style>
span { border-color: #0FB178; }
span { border-color: rgb(15,177,120); }
td.TdClassName
{
border-color: #0FB178;
}
.TagClassName
{
border-color: #0FB178;
}
</style>