Shades of Mountain Meadow #0FB87D
Tints of Mountain Meadow #0FB87D
RGB
CMYK
RGB Variations
Color information
#0FB87D (or 0x0FB87D) is known color: Mountain Meadow. HEX triplet: 0F, B8 and 7D. RGB value is (15,184,125). Sum of RGB (Red+Green+Blue) = 15+184+125=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB87D is #F04782. Grayscale: #7E7E7E. Windows color (decimal): -15746947 or 8239119. OLE color: 8239119.
HSL color Cylindrical-coordinate representation of color #0FB87D: hue angle of 159.05º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB87D is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 125 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.28 |
| HSL | 159.05º | 0.85% | 0.39% | - |
| HSV(B) | 159.05º | 0.92% | 0.72% | - |
| XYZ | 21.04 | 35.86 | 25.22 | - |
| YUV | 126.74 | 127.01 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 125 | 0.92 | 0 | 0.32 | 0.28 | 159.05 | 0.85 | 0.39 |
| Hex | F | B8 | 7D | 5C | 0 | 20 | 1C | 9F | 55 | 27 |
| Octal | 17 | 270 | 175 | 134 | 0 | 40 | 34 | 237 | 125 | 47 |
| Binary | 1111 | 10111000 | 1111101 | 1011100 | 0 | 100000 | 11100 | 10011111 | 1010101 | 100111 |
Color Harmonies of #0FB87D
Complementary color
Monochromatic Colors of #0FB87D
Black with #0FB87D
Text Example
Text Example
White with #0FB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB87D; }
p { color: rgb(15,184,125); }
H1.HeaderClassName
{
color: #0FB87D;
}
.AnyTagClassName
{
color: #0FB87D;
}
</style>
background-color css
<style>
a { background-color: #0FB87D; }
a { background-color: rgb(15,184,125); }
div.DivClassName
{
background-color: #0FB87D;
}
.BgClassName
{
background-color: #0FB87D;
}
</style>
border-color css
<style>
span { border-color: #0FB87D; }
span { border-color: rgb(15,184,125); }
td.TdClassName
{
border-color: #0FB87D;
}
.TagClassName
{
border-color: #0FB87D;
}
</style>