Shades of Mountain Meadow #0FB386
Tints of Mountain Meadow #0FB386
RGB
CMYK
RGB Variations
Color information
#0FB386 (or 0x0FB386) is known color: Mountain Meadow. HEX triplet: 0F, B3 and 86. RGB value is (15,179,134). Sum of RGB (Red+Green+Blue) = 15+179+134=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB386 is #F04C79. Grayscale: #7C7C7C. Windows color (decimal): -15748218 or 8827663. OLE color: 8827663.
HSL color Cylindrical-coordinate representation of color #0FB386: hue angle of 163.54º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB386 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 134 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.30 |
| HSL | 163.54º | 0.85% | 0.38% | - |
| HSV(B) | 163.54º | 0.92% | 0.7% | - |
| XYZ | 20.62 | 34.06 | 28.04 | - |
| YUV | 124.83 | 133.17 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 134 | 0.92 | 0 | 0.25 | 0.30 | 163.54 | 0.85 | 0.38 |
| Hex | F | B3 | 86 | 5C | 0 | 19 | 1E | A4 | 55 | 26 |
| Octal | 17 | 263 | 206 | 134 | 0 | 31 | 36 | 244 | 125 | 46 |
| Binary | 1111 | 10110011 | 10000110 | 1011100 | 0 | 11001 | 11110 | 10100100 | 1010101 | 100110 |
Color Harmonies of #0FB386
Complementary color
Monochromatic Colors of #0FB386
Black with #0FB386
Text Example
Text Example
White with #0FB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB386; }
p { color: rgb(15,179,134); }
H1.HeaderClassName
{
color: #0FB386;
}
.AnyTagClassName
{
color: #0FB386;
}
</style>
background-color css
<style>
a { background-color: #0FB386; }
a { background-color: rgb(15,179,134); }
div.DivClassName
{
background-color: #0FB386;
}
.BgClassName
{
background-color: #0FB386;
}
</style>
border-color css
<style>
span { border-color: #0FB386; }
span { border-color: rgb(15,179,134); }
td.TdClassName
{
border-color: #0FB386;
}
.TagClassName
{
border-color: #0FB386;
}
</style>