Shades of Mountain Meadow #0FB48D
Tints of Mountain Meadow #0FB48D
RGB
CMYK
RGB Variations
Color information
#0FB48D (or 0x0FB48D) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 8D. RGB value is (15,180,141). Sum of RGB (Red+Green+Blue) = 15+180+141=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB48D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB48D is #F04B72. Grayscale: #7E7E7E. Windows color (decimal): -15747955 or 9286671. OLE color: 9286671.
HSL color Cylindrical-coordinate representation of color #0FB48D: hue angle of 165.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 #0FB48D is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 141 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.29 |
| HSL | 165.82º | 0.85% | 0.38% | - |
| HSV(B) | 165.82º | 0.92% | 0.71% | - |
| XYZ | 21.33 | 34.67 | 30.77 | - |
| YUV | 126.22 | 136.34 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 141 | 0.92 | 0 | 0.22 | 0.29 | 165.82 | 0.85 | 0.38 |
| Hex | F | B4 | 8D | 5C | 0 | 16 | 1D | A6 | 55 | 26 |
| Octal | 17 | 264 | 215 | 134 | 0 | 26 | 35 | 246 | 125 | 46 |
| Binary | 1111 | 10110100 | 10001101 | 1011100 | 0 | 10110 | 11101 | 10100110 | 1010101 | 100110 |
Color Harmonies of #0FB48D
Complementary color
Monochromatic Colors of #0FB48D
Black with #0FB48D
Text Example
Text Example
White with #0FB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB48D; }
p { color: rgb(15,180,141); }
H1.HeaderClassName
{
color: #0FB48D;
}
.AnyTagClassName
{
color: #0FB48D;
}
</style>
background-color css
<style>
a { background-color: #0FB48D; }
a { background-color: rgb(15,180,141); }
div.DivClassName
{
background-color: #0FB48D;
}
.BgClassName
{
background-color: #0FB48D;
}
</style>
border-color css
<style>
span { border-color: #0FB48D; }
span { border-color: rgb(15,180,141); }
td.TdClassName
{
border-color: #0FB48D;
}
.TagClassName
{
border-color: #0FB48D;
}
</style>