Shades of Mountain Meadow #0FB477
Tints of Mountain Meadow #0FB477
RGB
CMYK
RGB Variations
Color information
#0FB477 (or 0x0FB477) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 77. RGB value is (15,180,119). Sum of RGB (Red+Green+Blue) = 15+180+119=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB477 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB477 is #F04B88. Grayscale: #7B7B7B. Windows color (decimal): -15747977 or 7844879. OLE color: 7844879.
HSL color Cylindrical-coordinate representation of color #0FB477: hue angle of 157.82º 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 #0FB477 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 119 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.29 |
| HSL | 157.82º | 0.85% | 0.38% | - |
| HSV(B) | 157.82º | 0.92% | 0.71% | - |
| XYZ | 19.85 | 34.08 | 22.98 | - |
| YUV | 123.71 | 125.34 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 119 | 0.92 | 0 | 0.34 | 0.29 | 157.82 | 0.85 | 0.38 |
| Hex | F | B4 | 77 | 5C | 0 | 22 | 1D | 9E | 55 | 26 |
| Octal | 17 | 264 | 167 | 134 | 0 | 42 | 35 | 236 | 125 | 46 |
| Binary | 1111 | 10110100 | 1110111 | 1011100 | 0 | 100010 | 11101 | 10011110 | 1010101 | 100110 |
Color Harmonies of #0FB477
Complementary color
Monochromatic Colors of #0FB477
Black with #0FB477
Text Example
Text Example
White with #0FB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB477; }
p { color: rgb(15,180,119); }
H1.HeaderClassName
{
color: #0FB477;
}
.AnyTagClassName
{
color: #0FB477;
}
</style>
background-color css
<style>
a { background-color: #0FB477; }
a { background-color: rgb(15,180,119); }
div.DivClassName
{
background-color: #0FB477;
}
.BgClassName
{
background-color: #0FB477;
}
</style>
border-color css
<style>
span { border-color: #0FB477; }
span { border-color: rgb(15,180,119); }
td.TdClassName
{
border-color: #0FB477;
}
.TagClassName
{
border-color: #0FB477;
}
</style>