Shades of Mountain Meadow #0FB577
Tints of Mountain Meadow #0FB577
RGB
CMYK
RGB Variations
Color information
#0FB577 (or 0x0FB577) is known color: Mountain Meadow. HEX triplet: 0F, B5 and 77. RGB value is (15,181,119). Sum of RGB (Red+Green+Blue) = 15+181+119=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB577 is #F04A88. Grayscale: #7C7C7C. Windows color (decimal): -15747721 or 7845135. OLE color: 7845135.
HSL color Cylindrical-coordinate representation of color #0FB577: hue angle of 157.59º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB577 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 119 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.29 |
| HSL | 157.59º | 0.85% | 0.38% | - |
| HSV(B) | 157.59º | 0.92% | 0.71% | - |
| XYZ | 20.05 | 34.48 | 23.05 | - |
| YUV | 124.3 | 125 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 119 | 0.92 | 0 | 0.34 | 0.29 | 157.59 | 0.85 | 0.38 |
| Hex | F | B5 | 77 | 5C | 0 | 22 | 1D | 9E | 55 | 26 |
| Octal | 17 | 265 | 167 | 134 | 0 | 42 | 35 | 236 | 125 | 46 |
| Binary | 1111 | 10110101 | 1110111 | 1011100 | 0 | 100010 | 11101 | 10011110 | 1010101 | 100110 |
Color Harmonies of #0FB577
Complementary color
Monochromatic Colors of #0FB577
Black with #0FB577
Text Example
Text Example
White with #0FB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB577; }
p { color: rgb(15,181,119); }
H1.HeaderClassName
{
color: #0FB577;
}
.AnyTagClassName
{
color: #0FB577;
}
</style>
background-color css
<style>
a { background-color: #0FB577; }
a { background-color: rgb(15,181,119); }
div.DivClassName
{
background-color: #0FB577;
}
.BgClassName
{
background-color: #0FB577;
}
</style>
border-color css
<style>
span { border-color: #0FB577; }
span { border-color: rgb(15,181,119); }
td.TdClassName
{
border-color: #0FB577;
}
.TagClassName
{
border-color: #0FB577;
}
</style>