Shades of Mountain Meadow #0FB37C
Tints of Mountain Meadow #0FB37C
RGB
CMYK
RGB Variations
Color information
#0FB37C (or 0x0FB37C) is known color: Mountain Meadow. HEX triplet: 0F, B3 and 7C. RGB value is (15,179,124). Sum of RGB (Red+Green+Blue) = 15+179+124=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB37C is #F04C83. Grayscale: #7B7B7B. Windows color (decimal): -15748228 or 8172303. OLE color: 8172303.
HSL color Cylindrical-coordinate representation of color #0FB37C: hue angle of 159.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB37C is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 124 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.30 |
| HSL | 159.88º | 0.85% | 0.38% | - |
| HSV(B) | 159.88º | 0.92% | 0.7% | - |
| XYZ | 19.96 | 33.8 | 24.54 | - |
| YUV | 123.69 | 128.17 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 124 | 0.92 | 0 | 0.31 | 0.30 | 159.88 | 0.85 | 0.38 |
| Hex | F | B3 | 7C | 5C | 0 | 1F | 1E | A0 | 55 | 26 |
| Octal | 17 | 263 | 174 | 134 | 0 | 37 | 36 | 240 | 125 | 46 |
| Binary | 1111 | 10110011 | 1111100 | 1011100 | 0 | 11111 | 11110 | 10100000 | 1010101 | 100110 |
Color Harmonies of #0FB37C
Complementary color
Monochromatic Colors of #0FB37C
Black with #0FB37C
Text Example
Text Example
White with #0FB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB37C; }
p { color: rgb(15,179,124); }
H1.HeaderClassName
{
color: #0FB37C;
}
.AnyTagClassName
{
color: #0FB37C;
}
</style>
background-color css
<style>
a { background-color: #0FB37C; }
a { background-color: rgb(15,179,124); }
div.DivClassName
{
background-color: #0FB37C;
}
.BgClassName
{
background-color: #0FB37C;
}
</style>
border-color css
<style>
span { border-color: #0FB37C; }
span { border-color: rgb(15,179,124); }
td.TdClassName
{
border-color: #0FB37C;
}
.TagClassName
{
border-color: #0FB37C;
}
</style>