Shades of Mountain Meadow #0FB48A
Tints of Mountain Meadow #0FB48A
RGB
CMYK
RGB Variations
Color information
#0FB48A (or 0x0FB48A) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 8A. RGB value is (15,180,138). Sum of RGB (Red+Green+Blue) = 15+180+138=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB48A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB48A is #F04B75. Grayscale: #7D7D7D. Windows color (decimal): -15747958 or 9090063. OLE color: 9090063.
HSL color Cylindrical-coordinate representation of color #0FB48A: hue angle of 164.73º 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 #0FB48A is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 138 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.29 |
| HSL | 164.73º | 0.85% | 0.38% | - |
| HSV(B) | 164.73º | 0.92% | 0.71% | - |
| XYZ | 21.11 | 34.58 | 29.61 | - |
| YUV | 125.88 | 134.84 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 138 | 0.92 | 0 | 0.23 | 0.29 | 164.73 | 0.85 | 0.38 |
| Hex | F | B4 | 8A | 5C | 0 | 17 | 1D | A5 | 55 | 26 |
| Octal | 17 | 264 | 212 | 134 | 0 | 27 | 35 | 245 | 125 | 46 |
| Binary | 1111 | 10110100 | 10001010 | 1011100 | 0 | 10111 | 11101 | 10100101 | 1010101 | 100110 |
Color Harmonies of #0FB48A
Complementary color
Monochromatic Colors of #0FB48A
Black with #0FB48A
Text Example
Text Example
White with #0FB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB48A; }
p { color: rgb(15,180,138); }
H1.HeaderClassName
{
color: #0FB48A;
}
.AnyTagClassName
{
color: #0FB48A;
}
</style>
background-color css
<style>
a { background-color: #0FB48A; }
a { background-color: rgb(15,180,138); }
div.DivClassName
{
background-color: #0FB48A;
}
.BgClassName
{
background-color: #0FB48A;
}
</style>
border-color css
<style>
span { border-color: #0FB48A; }
span { border-color: rgb(15,180,138); }
td.TdClassName
{
border-color: #0FB48A;
}
.TagClassName
{
border-color: #0FB48A;
}
</style>