Shades of Mountain Meadow #0FB588
Tints of Mountain Meadow #0FB588
RGB
CMYK
RGB Variations
Color information
#0FB588 (or 0x0FB588) is known color: Mountain Meadow. HEX triplet: 0F, B5 and 88. RGB value is (15,181,136). Sum of RGB (Red+Green+Blue) = 15+181+136=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB588 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB588 is #F04A77. Grayscale: #7E7E7E. Windows color (decimal): -15747704 or 8959247. OLE color: 8959247.
HSL color Cylindrical-coordinate representation of color #0FB588: hue angle of 163.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 #0FB588 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 136 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.29 |
| HSL | 163.73º | 0.85% | 0.38% | - |
| HSV(B) | 163.73º | 0.92% | 0.71% | - |
| XYZ | 21.16 | 34.93 | 28.92 | - |
| YUV | 126.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 136 | 0.92 | 0 | 0.25 | 0.29 | 163.73 | 0.85 | 0.38 |
| Hex | F | B5 | 88 | 5C | 0 | 19 | 1D | A4 | 55 | 26 |
| Octal | 17 | 265 | 210 | 134 | 0 | 31 | 35 | 244 | 125 | 46 |
| Binary | 1111 | 10110101 | 10001000 | 1011100 | 0 | 11001 | 11101 | 10100100 | 1010101 | 100110 |
Color Harmonies of #0FB588
Complementary color
Monochromatic Colors of #0FB588
Black with #0FB588
Text Example
Text Example
White with #0FB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB588; }
p { color: rgb(15,181,136); }
H1.HeaderClassName
{
color: #0FB588;
}
.AnyTagClassName
{
color: #0FB588;
}
</style>
background-color css
<style>
a { background-color: #0FB588; }
a { background-color: rgb(15,181,136); }
div.DivClassName
{
background-color: #0FB588;
}
.BgClassName
{
background-color: #0FB588;
}
</style>
border-color css
<style>
span { border-color: #0FB588; }
span { border-color: rgb(15,181,136); }
td.TdClassName
{
border-color: #0FB588;
}
.TagClassName
{
border-color: #0FB588;
}
</style>