Shades of Mountain Meadow #0FB388
Tints of Mountain Meadow #0FB388
RGB
CMYK
RGB Variations
Color information
#0FB388 (or 0x0FB388) is known color: Mountain Meadow. HEX triplet: 0F, B3 and 88. RGB value is (15,179,136). Sum of RGB (Red+Green+Blue) = 15+179+136=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB388 is #F04C77. Grayscale: #7D7D7D. Windows color (decimal): -15748216 or 8958735. OLE color: 8958735.
HSL color Cylindrical-coordinate representation of color #0FB388: hue angle of 164.27º 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 #0FB388 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 136 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.30 |
| HSL | 164.27º | 0.85% | 0.38% | - |
| HSV(B) | 164.27º | 0.92% | 0.7% | - |
| XYZ | 20.76 | 34.12 | 28.78 | - |
| YUV | 125.06 | 134.17 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 136 | 0.92 | 0 | 0.24 | 0.30 | 164.27 | 0.85 | 0.38 |
| Hex | F | B3 | 88 | 5C | 0 | 18 | 1E | A4 | 55 | 26 |
| Octal | 17 | 263 | 210 | 134 | 0 | 30 | 36 | 244 | 125 | 46 |
| Binary | 1111 | 10110011 | 10001000 | 1011100 | 0 | 11000 | 11110 | 10100100 | 1010101 | 100110 |
Color Harmonies of #0FB388
Complementary color
Monochromatic Colors of #0FB388
Black with #0FB388
Text Example
Text Example
White with #0FB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB388; }
p { color: rgb(15,179,136); }
H1.HeaderClassName
{
color: #0FB388;
}
.AnyTagClassName
{
color: #0FB388;
}
</style>
background-color css
<style>
a { background-color: #0FB388; }
a { background-color: rgb(15,179,136); }
div.DivClassName
{
background-color: #0FB388;
}
.BgClassName
{
background-color: #0FB388;
}
</style>
border-color css
<style>
span { border-color: #0FB388; }
span { border-color: rgb(15,179,136); }
td.TdClassName
{
border-color: #0FB388;
}
.TagClassName
{
border-color: #0FB388;
}
</style>