Shades of Mountain Meadow #0FB384
Tints of Mountain Meadow #0FB384
RGB
CMYK
RGB Variations
Color information
#0FB384 (or 0x0FB384) is known color: Mountain Meadow. HEX triplet: 0F, B3 and 84. RGB value is (15,179,132). Sum of RGB (Red+Green+Blue) = 15+179+132=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB384 is #F04C7B. Grayscale: #7C7C7C. Windows color (decimal): -15748220 or 8696591. OLE color: 8696591.
HSL color Cylindrical-coordinate representation of color #0FB384: hue angle of 162.8º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB384 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 132 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.30 |
| HSL | 162.8º | 0.85% | 0.38% | - |
| HSV(B) | 162.8º | 0.92% | 0.7% | - |
| XYZ | 20.48 | 34.01 | 27.31 | - |
| YUV | 124.61 | 132.17 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 132 | 0.92 | 0 | 0.26 | 0.30 | 162.8 | 0.85 | 0.38 |
| Hex | F | B3 | 84 | 5C | 0 | 1A | 1E | A3 | 55 | 26 |
| Octal | 17 | 263 | 204 | 134 | 0 | 32 | 36 | 243 | 125 | 46 |
| Binary | 1111 | 10110011 | 10000100 | 1011100 | 0 | 11010 | 11110 | 10100011 | 1010101 | 100110 |
Color Harmonies of #0FB384
Complementary color
Monochromatic Colors of #0FB384
Black with #0FB384
Text Example
Text Example
White with #0FB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB384; }
p { color: rgb(15,179,132); }
H1.HeaderClassName
{
color: #0FB384;
}
.AnyTagClassName
{
color: #0FB384;
}
</style>
background-color css
<style>
a { background-color: #0FB384; }
a { background-color: rgb(15,179,132); }
div.DivClassName
{
background-color: #0FB384;
}
.BgClassName
{
background-color: #0FB384;
}
</style>
border-color css
<style>
span { border-color: #0FB384; }
span { border-color: rgb(15,179,132); }
td.TdClassName
{
border-color: #0FB384;
}
.TagClassName
{
border-color: #0FB384;
}
</style>