Shades of Mountain Meadow #0FB58B
Tints of Mountain Meadow #0FB58B
RGB
CMYK
RGB Variations
Color information
#0FB58B (or 0x0FB58B) is known color: Mountain Meadow. HEX triplet: 0F, B5 and 8B. RGB value is (15,181,139). Sum of RGB (Red+Green+Blue) = 15+181+139=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB58B is #F04A74. Grayscale: #7E7E7E. Windows color (decimal): -15747701 or 9155855. OLE color: 9155855.
HSL color Cylindrical-coordinate representation of color #0FB58B: hue angle of 164.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 #0FB58B is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 139 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.29 |
| HSL | 164.82º | 0.85% | 0.38% | - |
| HSV(B) | 164.82º | 0.92% | 0.71% | - |
| XYZ | 21.38 | 35.01 | 30.06 | - |
| YUV | 126.58 | 135 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 139 | 0.92 | 0 | 0.23 | 0.29 | 164.82 | 0.85 | 0.38 |
| Hex | F | B5 | 8B | 5C | 0 | 17 | 1D | A5 | 55 | 26 |
| Octal | 17 | 265 | 213 | 134 | 0 | 27 | 35 | 245 | 125 | 46 |
| Binary | 1111 | 10110101 | 10001011 | 1011100 | 0 | 10111 | 11101 | 10100101 | 1010101 | 100110 |
Color Harmonies of #0FB58B
Complementary color
Monochromatic Colors of #0FB58B
Black with #0FB58B
Text Example
Text Example
White with #0FB58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB58B; }
p { color: rgb(15,181,139); }
H1.HeaderClassName
{
color: #0FB58B;
}
.AnyTagClassName
{
color: #0FB58B;
}
</style>
background-color css
<style>
a { background-color: #0FB58B; }
a { background-color: rgb(15,181,139); }
div.DivClassName
{
background-color: #0FB58B;
}
.BgClassName
{
background-color: #0FB58B;
}
</style>
border-color css
<style>
span { border-color: #0FB58B; }
span { border-color: rgb(15,181,139); }
td.TdClassName
{
border-color: #0FB58B;
}
.TagClassName
{
border-color: #0FB58B;
}
</style>