Shades of Mountain Meadow #0FB48C
Tints of Mountain Meadow #0FB48C
RGB
CMYK
RGB Variations
Color information
#0FB48C (or 0x0FB48C) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 8C. RGB value is (15,180,140). Sum of RGB (Red+Green+Blue) = 15+180+140=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB48C is #F04B73. Grayscale: #7E7E7E. Windows color (decimal): -15747956 or 9221135. OLE color: 9221135.
HSL color Cylindrical-coordinate representation of color #0FB48C: hue angle of 165.45º 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 #0FB48C is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 140 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.29 |
| HSL | 165.45º | 0.85% | 0.38% | - |
| HSV(B) | 165.45º | 0.92% | 0.71% | - |
| XYZ | 21.25 | 34.64 | 30.38 | - |
| YUV | 126.11 | 135.84 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 140 | 0.92 | 0 | 0.22 | 0.29 | 165.45 | 0.85 | 0.38 |
| Hex | F | B4 | 8C | 5C | 0 | 16 | 1D | A5 | 55 | 26 |
| Octal | 17 | 264 | 214 | 134 | 0 | 26 | 35 | 245 | 125 | 46 |
| Binary | 1111 | 10110100 | 10001100 | 1011100 | 0 | 10110 | 11101 | 10100101 | 1010101 | 100110 |
Color Harmonies of #0FB48C
Complementary color
Monochromatic Colors of #0FB48C
Black with #0FB48C
Text Example
Text Example
White with #0FB48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB48C; }
p { color: rgb(15,180,140); }
H1.HeaderClassName
{
color: #0FB48C;
}
.AnyTagClassName
{
color: #0FB48C;
}
</style>
background-color css
<style>
a { background-color: #0FB48C; }
a { background-color: rgb(15,180,140); }
div.DivClassName
{
background-color: #0FB48C;
}
.BgClassName
{
background-color: #0FB48C;
}
</style>
border-color css
<style>
span { border-color: #0FB48C; }
span { border-color: rgb(15,180,140); }
td.TdClassName
{
border-color: #0FB48C;
}
.TagClassName
{
border-color: #0FB48C;
}
</style>