Shades of Mountain Meadow #0FBC7E
Tints of Mountain Meadow #0FBC7E
RGB
CMYK
RGB Variations
Color information
#0FBC7E (or 0x0FBC7E) is known color: Mountain Meadow. HEX triplet: 0F, BC and 7E. RGB value is (15,188,126). Sum of RGB (Red+Green+Blue) = 15+188+126=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBC7E is #F04381. Grayscale: #818181. Windows color (decimal): -15745922 or 8305679. OLE color: 8305679.
HSL color Cylindrical-coordinate representation of color #0FBC7E: hue angle of 158.5º 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 #0FBC7E is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 126 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.26 |
| HSL | 158.5º | 0.85% | 0.4% | - |
| HSV(B) | 158.5º | 0.92% | 0.74% | - |
| XYZ | 21.95 | 37.57 | 25.83 | - |
| YUV | 129.21 | 126.19 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 126 | 0.92 | 0 | 0.33 | 0.26 | 158.5 | 0.85 | 0.4 |
| Hex | F | BC | 7E | 5C | 0 | 21 | 1A | 9E | 55 | 28 |
| Octal | 17 | 274 | 176 | 134 | 0 | 41 | 32 | 236 | 125 | 50 |
| Binary | 1111 | 10111100 | 1111110 | 1011100 | 0 | 100001 | 11010 | 10011110 | 1010101 | 101000 |
Color Harmonies of #0FBC7E
Complementary color
Monochromatic Colors of #0FBC7E
Black with #0FBC7E
Text Example
Text Example
White with #0FBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC7E; }
p { color: rgb(15,188,126); }
H1.HeaderClassName
{
color: #0FBC7E;
}
.AnyTagClassName
{
color: #0FBC7E;
}
</style>
background-color css
<style>
a { background-color: #0FBC7E; }
a { background-color: rgb(15,188,126); }
div.DivClassName
{
background-color: #0FBC7E;
}
.BgClassName
{
background-color: #0FBC7E;
}
</style>
border-color css
<style>
span { border-color: #0FBC7E; }
span { border-color: rgb(15,188,126); }
td.TdClassName
{
border-color: #0FBC7E;
}
.TagClassName
{
border-color: #0FBC7E;
}
</style>