Shades of Mountain Meadow #0FBD93
Tints of Mountain Meadow #0FBD93
RGB
CMYK
RGB Variations
Color information
#0FBD93 (or 0x0FBD93) is known color: Mountain Meadow. HEX triplet: 0F, BD and 93. RGB value is (15,189,147). Sum of RGB (Red+Green+Blue) = 15+189+147=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBD93 is #F0426C. Grayscale: #848484. Windows color (decimal): -15745645 or 9682191. OLE color: 9682191.
HSL color Cylindrical-coordinate representation of color #0FBD93: hue angle of 165.52º 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 #0FBD93 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 147 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.26 |
| HSL | 165.52º | 0.85% | 0.4% | - |
| HSV(B) | 165.52º | 0.92% | 0.74% | - |
| XYZ | 23.66 | 38.6 | 33.81 | - |
| YUV | 132.19 | 136.35 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 147 | 0.92 | 0 | 0.22 | 0.26 | 165.52 | 0.85 | 0.4 |
| Hex | F | BD | 93 | 5C | 0 | 16 | 1A | A6 | 55 | 28 |
| Octal | 17 | 275 | 223 | 134 | 0 | 26 | 32 | 246 | 125 | 50 |
| Binary | 1111 | 10111101 | 10010011 | 1011100 | 0 | 10110 | 11010 | 10100110 | 1010101 | 101000 |
Color Harmonies of #0FBD93
Complementary color
Monochromatic Colors of #0FBD93
Black with #0FBD93
Text Example
Text Example
White with #0FBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD93; }
p { color: rgb(15,189,147); }
H1.HeaderClassName
{
color: #0FBD93;
}
.AnyTagClassName
{
color: #0FBD93;
}
</style>
background-color css
<style>
a { background-color: #0FBD93; }
a { background-color: rgb(15,189,147); }
div.DivClassName
{
background-color: #0FBD93;
}
.BgClassName
{
background-color: #0FBD93;
}
</style>
border-color css
<style>
span { border-color: #0FBD93; }
span { border-color: rgb(15,189,147); }
td.TdClassName
{
border-color: #0FBD93;
}
.TagClassName
{
border-color: #0FBD93;
}
</style>