Shades of Mountain Meadow #0FB084
Tints of Mountain Meadow #0FB084
RGB
CMYK
RGB Variations
Color information
#0FB084 (or 0x0FB084) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 84. RGB value is (15,176,132). Sum of RGB (Red+Green+Blue) = 15+176+132=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB084 is #F04F7B. Grayscale: #7A7A7A. Windows color (decimal): -15748988 or 8695823. OLE color: 8695823.
HSL color Cylindrical-coordinate representation of color #0FB084: hue angle of 163.6º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB084 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 132 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.31 |
| HSL | 163.6º | 0.84% | 0.37% | - |
| HSV(B) | 163.6º | 0.91% | 0.69% | - |
| XYZ | 19.89 | 32.82 | 27.12 | - |
| YUV | 122.85 | 133.16 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 132 | 0.91 | 0 | 0.25 | 0.31 | 163.6 | 0.84 | 0.37 |
| Hex | F | B0 | 84 | 5B | 0 | 19 | 1F | A4 | 54 | 25 |
| Octal | 17 | 260 | 204 | 133 | 0 | 31 | 37 | 244 | 124 | 45 |
| Binary | 1111 | 10110000 | 10000100 | 1011011 | 0 | 11001 | 11111 | 10100100 | 1010100 | 100101 |
Color Harmonies of #0FB084
Complementary color
Monochromatic Colors of #0FB084
Black with #0FB084
Text Example
Text Example
White with #0FB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB084; }
p { color: rgb(15,176,132); }
H1.HeaderClassName
{
color: #0FB084;
}
.AnyTagClassName
{
color: #0FB084;
}
</style>
background-color css
<style>
a { background-color: #0FB084; }
a { background-color: rgb(15,176,132); }
div.DivClassName
{
background-color: #0FB084;
}
.BgClassName
{
background-color: #0FB084;
}
</style>
border-color css
<style>
span { border-color: #0FB084; }
span { border-color: rgb(15,176,132); }
td.TdClassName
{
border-color: #0FB084;
}
.TagClassName
{
border-color: #0FB084;
}
</style>