Shades of Mountain Meadow #0FBD79
Tints of Mountain Meadow #0FBD79
RGB
CMYK
RGB Variations
Color information
#0FBD79 (or 0x0FBD79) is known color: Mountain Meadow. HEX triplet: 0F, BD and 79. RGB value is (15,189,121). Sum of RGB (Red+Green+Blue) = 15+189+121=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBD79 is #F04286. Grayscale: #818181. Windows color (decimal): -15745671 or 7978255. OLE color: 7978255.
HSL color Cylindrical-coordinate representation of color #0FBD79: hue angle of 156.55º 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 #0FBD79 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 121 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.26 |
| HSL | 156.55º | 0.85% | 0.4% | - |
| HSV(B) | 156.55º | 0.92% | 0.74% | - |
| XYZ | 21.85 | 37.88 | 24.25 | - |
| YUV | 129.22 | 123.35 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 121 | 0.92 | 0 | 0.36 | 0.26 | 156.55 | 0.85 | 0.4 |
| Hex | F | BD | 79 | 5C | 0 | 24 | 1A | 9D | 55 | 28 |
| Octal | 17 | 275 | 171 | 134 | 0 | 44 | 32 | 235 | 125 | 50 |
| Binary | 1111 | 10111101 | 1111001 | 1011100 | 0 | 100100 | 11010 | 10011101 | 1010101 | 101000 |
Color Harmonies of #0FBD79
Complementary color
Monochromatic Colors of #0FBD79
Black with #0FBD79
Text Example
Text Example
White with #0FBD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD79; }
p { color: rgb(15,189,121); }
H1.HeaderClassName
{
color: #0FBD79;
}
.AnyTagClassName
{
color: #0FBD79;
}
</style>
background-color css
<style>
a { background-color: #0FBD79; }
a { background-color: rgb(15,189,121); }
div.DivClassName
{
background-color: #0FBD79;
}
.BgClassName
{
background-color: #0FBD79;
}
</style>
border-color css
<style>
span { border-color: #0FBD79; }
span { border-color: rgb(15,189,121); }
td.TdClassName
{
border-color: #0FBD79;
}
.TagClassName
{
border-color: #0FBD79;
}
</style>