Shades of Mountain Meadow #0FBC75
Tints of Mountain Meadow #0FBC75
RGB
CMYK
RGB Variations
Color information
#0FBC75 (or 0x0FBC75) is known color: Mountain Meadow. HEX triplet: 0F, BC and 75. RGB value is (15,188,117). Sum of RGB (Red+Green+Blue) = 15+188+117=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC75 is #F0438A. Grayscale: #808080. Windows color (decimal): -15745931 or 7715855. OLE color: 7715855.
HSL color Cylindrical-coordinate representation of color #0FBC75: hue angle of 155.38º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC75 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 117 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.26 |
| HSL | 155.38º | 0.85% | 0.4% | - |
| HSV(B) | 155.38º | 0.92% | 0.74% | - |
| XYZ | 21.39 | 37.35 | 22.91 | - |
| YUV | 128.18 | 121.69 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 117 | 0.92 | 0 | 0.38 | 0.26 | 155.38 | 0.85 | 0.4 |
| Hex | F | BC | 75 | 5C | 0 | 26 | 1A | 9B | 55 | 28 |
| Octal | 17 | 274 | 165 | 134 | 0 | 46 | 32 | 233 | 125 | 50 |
| Binary | 1111 | 10111100 | 1110101 | 1011100 | 0 | 100110 | 11010 | 10011011 | 1010101 | 101000 |
Color Harmonies of #0FBC75
Complementary color
Monochromatic Colors of #0FBC75
Black with #0FBC75
Text Example
Text Example
White with #0FBC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC75; }
p { color: rgb(15,188,117); }
H1.HeaderClassName
{
color: #0FBC75;
}
.AnyTagClassName
{
color: #0FBC75;
}
</style>
background-color css
<style>
a { background-color: #0FBC75; }
a { background-color: rgb(15,188,117); }
div.DivClassName
{
background-color: #0FBC75;
}
.BgClassName
{
background-color: #0FBC75;
}
</style>
border-color css
<style>
span { border-color: #0FBC75; }
span { border-color: rgb(15,188,117); }
td.TdClassName
{
border-color: #0FBC75;
}
.TagClassName
{
border-color: #0FBC75;
}
</style>