Shades of Mountain Meadow #0FB38B
Tints of Mountain Meadow #0FB38B
RGB
CMYK
RGB Variations
Color information
#0FB38B (or 0x0FB38B) is known color: Mountain Meadow. HEX triplet: 0F, B3 and 8B. RGB value is (15,179,139). Sum of RGB (Red+Green+Blue) = 15+179+139=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB38B is #F04C74. Grayscale: #7D7D7D. Windows color (decimal): -15748213 or 9155343. OLE color: 9155343.
HSL color Cylindrical-coordinate representation of color #0FB38B: hue angle of 165.37º 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 #0FB38B is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 139 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.30 |
| HSL | 165.37º | 0.85% | 0.38% | - |
| HSV(B) | 165.37º | 0.92% | 0.7% | - |
| XYZ | 20.98 | 34.21 | 29.92 | - |
| YUV | 125.4 | 135.67 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 139 | 0.92 | 0 | 0.22 | 0.30 | 165.37 | 0.85 | 0.38 |
| Hex | F | B3 | 8B | 5C | 0 | 16 | 1E | A5 | 55 | 26 |
| Octal | 17 | 263 | 213 | 134 | 0 | 26 | 36 | 245 | 125 | 46 |
| Binary | 1111 | 10110011 | 10001011 | 1011100 | 0 | 10110 | 11110 | 10100101 | 1010101 | 100110 |
Color Harmonies of #0FB38B
Complementary color
Monochromatic Colors of #0FB38B
Black with #0FB38B
Text Example
Text Example
White with #0FB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB38B; }
p { color: rgb(15,179,139); }
H1.HeaderClassName
{
color: #0FB38B;
}
.AnyTagClassName
{
color: #0FB38B;
}
</style>
background-color css
<style>
a { background-color: #0FB38B; }
a { background-color: rgb(15,179,139); }
div.DivClassName
{
background-color: #0FB38B;
}
.BgClassName
{
background-color: #0FB38B;
}
</style>
border-color css
<style>
span { border-color: #0FB38B; }
span { border-color: rgb(15,179,139); }
td.TdClassName
{
border-color: #0FB38B;
}
.TagClassName
{
border-color: #0FB38B;
}
</style>