Shades of Mountain Meadow #0FBE71
Tints of Mountain Meadow #0FBE71
RGB
CMYK
RGB Variations
Color information
#0FBE71 (or 0x0FBE71) is known color: Mountain Meadow. HEX triplet: 0F, BE and 71. RGB value is (15,190,113). Sum of RGB (Red+Green+Blue) = 15+190+113=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBE71 is #F0418E. Grayscale: #818181. Windows color (decimal): -15745423 or 7454223. OLE color: 7454223.
HSL color Cylindrical-coordinate representation of color #0FBE71: hue angle of 153.6º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBE71 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 190 | 113 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.25 |
| HSL | 153.6º | 0.85% | 0.4% | - |
| HSV(B) | 153.6º | 0.92% | 0.75% | - |
| XYZ | 21.59 | 38.12 | 21.84 | - |
| YUV | 128.9 | 119.02 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 113 | 0.92 | 0 | 0.41 | 0.25 | 153.6 | 0.85 | 0.4 |
| Hex | F | BE | 71 | 5C | 0 | 29 | 19 | 9A | 55 | 28 |
| Octal | 17 | 276 | 161 | 134 | 0 | 51 | 31 | 232 | 125 | 50 |
| Binary | 1111 | 10111110 | 1110001 | 1011100 | 0 | 101001 | 11001 | 10011010 | 1010101 | 101000 |
Color Harmonies of #0FBE71
Complementary color
Monochromatic Colors of #0FBE71
Black with #0FBE71
Text Example
Text Example
White with #0FBE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBE71; }
p { color: rgb(15,190,113); }
H1.HeaderClassName
{
color: #0FBE71;
}
.AnyTagClassName
{
color: #0FBE71;
}
</style>
background-color css
<style>
a { background-color: #0FBE71; }
a { background-color: rgb(15,190,113); }
div.DivClassName
{
background-color: #0FBE71;
}
.BgClassName
{
background-color: #0FBE71;
}
</style>
border-color css
<style>
span { border-color: #0FBE71; }
span { border-color: rgb(15,190,113); }
td.TdClassName
{
border-color: #0FBE71;
}
.TagClassName
{
border-color: #0FBE71;
}
</style>