Shades of Mountain Meadow #0FB784
Tints of Mountain Meadow #0FB784
RGB
CMYK
RGB Variations
Color information
#0FB784 (or 0x0FB784) is known color: Mountain Meadow. HEX triplet: 0F, B7 and 84. RGB value is (15,183,132). Sum of RGB (Red+Green+Blue) = 15+183+132=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB784 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB784 is #F0487B. Grayscale: #7E7E7E. Windows color (decimal): -15747196 or 8697615. OLE color: 8697615.
HSL color Cylindrical-coordinate representation of color #0FB784: hue angle of 161.79º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB784 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 132 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.28 |
| HSL | 161.79º | 0.85% | 0.39% | - |
| HSV(B) | 161.79º | 0.92% | 0.72% | - |
| XYZ | 21.3 | 35.63 | 27.59 | - |
| YUV | 126.95 | 130.84 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 132 | 0.92 | 0 | 0.28 | 0.28 | 161.79 | 0.85 | 0.39 |
| Hex | F | B7 | 84 | 5C | 0 | 1C | 1C | A2 | 55 | 27 |
| Octal | 17 | 267 | 204 | 134 | 0 | 34 | 34 | 242 | 125 | 47 |
| Binary | 1111 | 10110111 | 10000100 | 1011100 | 0 | 11100 | 11100 | 10100010 | 1010101 | 100111 |
Color Harmonies of #0FB784
Complementary color
Monochromatic Colors of #0FB784
Black with #0FB784
Text Example
Text Example
White with #0FB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB784; }
p { color: rgb(15,183,132); }
H1.HeaderClassName
{
color: #0FB784;
}
.AnyTagClassName
{
color: #0FB784;
}
</style>
background-color css
<style>
a { background-color: #0FB784; }
a { background-color: rgb(15,183,132); }
div.DivClassName
{
background-color: #0FB784;
}
.BgClassName
{
background-color: #0FB784;
}
</style>
border-color css
<style>
span { border-color: #0FB784; }
span { border-color: rgb(15,183,132); }
td.TdClassName
{
border-color: #0FB784;
}
.TagClassName
{
border-color: #0FB784;
}
</style>