Shades of Mountain Meadow #0FB595
Tints of Mountain Meadow #0FB595
RGB
CMYK
RGB Variations
Color information
#0FB595 (or 0x0FB595) is known color: Mountain Meadow. HEX triplet: 0F, B5 and 95. RGB value is (15,181,149). Sum of RGB (Red+Green+Blue) = 15+181+149=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB595 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB595 is #F04A6A. Grayscale: #7F7F7F. Windows color (decimal): -15747691 or 9811215. OLE color: 9811215.
HSL color Cylindrical-coordinate representation of color #0FB595: hue angle of 168.43º 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 #0FB595 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 149 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.29 |
| HSL | 168.43º | 0.85% | 0.38% | - |
| HSV(B) | 168.43º | 0.92% | 0.71% | - |
| XYZ | 22.15 | 35.32 | 34.08 | - |
| YUV | 127.72 | 140 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 149 | 0.92 | 0 | 0.18 | 0.29 | 168.43 | 0.85 | 0.38 |
| Hex | F | B5 | 95 | 5C | 0 | 12 | 1D | A8 | 55 | 26 |
| Octal | 17 | 265 | 225 | 134 | 0 | 22 | 35 | 250 | 125 | 46 |
| Binary | 1111 | 10110101 | 10010101 | 1011100 | 0 | 10010 | 11101 | 10101000 | 1010101 | 100110 |
Color Harmonies of #0FB595
Complementary color
Monochromatic Colors of #0FB595
Black with #0FB595
Text Example
Text Example
White with #0FB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB595; }
p { color: rgb(15,181,149); }
H1.HeaderClassName
{
color: #0FB595;
}
.AnyTagClassName
{
color: #0FB595;
}
</style>
background-color css
<style>
a { background-color: #0FB595; }
a { background-color: rgb(15,181,149); }
div.DivClassName
{
background-color: #0FB595;
}
.BgClassName
{
background-color: #0FB595;
}
</style>
border-color css
<style>
span { border-color: #0FB595; }
span { border-color: rgb(15,181,149); }
td.TdClassName
{
border-color: #0FB595;
}
.TagClassName
{
border-color: #0FB595;
}
</style>