Shades of Mountain Meadow #0FBE8C
Tints of Mountain Meadow #0FBE8C
RGB
CMYK
RGB Variations
Color information
#0FBE8C (or 0x0FBE8C) is known color: Mountain Meadow. HEX triplet: 0F, BE and 8C. RGB value is (15,190,140). Sum of RGB (Red+Green+Blue) = 15+190+140=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBE8C is #F04173. Grayscale: #848484. Windows color (decimal): -15745396 or 9223695. OLE color: 9223695.
HSL color Cylindrical-coordinate representation of color #0FBE8C: hue angle of 162.86º 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 #0FBE8C is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 190 | 140 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.25 |
| HSL | 162.86º | 0.85% | 0.4% | - |
| HSV(B) | 162.86º | 0.92% | 0.75% | - |
| XYZ | 23.34 | 38.82 | 31.07 | - |
| YUV | 131.98 | 132.52 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 140 | 0.92 | 0 | 0.26 | 0.25 | 162.86 | 0.85 | 0.4 |
| Hex | F | BE | 8C | 5C | 0 | 1A | 19 | A3 | 55 | 28 |
| Octal | 17 | 276 | 214 | 134 | 0 | 32 | 31 | 243 | 125 | 50 |
| Binary | 1111 | 10111110 | 10001100 | 1011100 | 0 | 11010 | 11001 | 10100011 | 1010101 | 101000 |
Color Harmonies of #0FBE8C
Complementary color
Monochromatic Colors of #0FBE8C
Black with #0FBE8C
Text Example
Text Example
White with #0FBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBE8C; }
p { color: rgb(15,190,140); }
H1.HeaderClassName
{
color: #0FBE8C;
}
.AnyTagClassName
{
color: #0FBE8C;
}
</style>
background-color css
<style>
a { background-color: #0FBE8C; }
a { background-color: rgb(15,190,140); }
div.DivClassName
{
background-color: #0FBE8C;
}
.BgClassName
{
background-color: #0FBE8C;
}
</style>
border-color css
<style>
span { border-color: #0FBE8C; }
span { border-color: rgb(15,190,140); }
td.TdClassName
{
border-color: #0FBE8C;
}
.TagClassName
{
border-color: #0FBE8C;
}
</style>