Shades of Mountain Meadow #0FBD84
Tints of Mountain Meadow #0FBD84
RGB
CMYK
RGB Variations
Color information
#0FBD84 (or 0x0FBD84) is known color: Mountain Meadow. HEX triplet: 0F, BD and 84. RGB value is (15,189,132). Sum of RGB (Red+Green+Blue) = 15+189+132=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBD84 is #F0427B. Grayscale: #828282. Windows color (decimal): -15745660 or 8699151. OLE color: 8699151.
HSL color Cylindrical-coordinate representation of color #0FBD84: hue angle of 160.34º 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 #0FBD84 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 132 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.26 |
| HSL | 160.34º | 0.85% | 0.4% | - |
| HSV(B) | 160.34º | 0.92% | 0.74% | - |
| XYZ | 22.56 | 38.16 | 28.01 | - |
| YUV | 130.48 | 128.85 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 132 | 0.92 | 0 | 0.30 | 0.26 | 160.34 | 0.85 | 0.4 |
| Hex | F | BD | 84 | 5C | 0 | 1E | 1A | A0 | 55 | 28 |
| Octal | 17 | 275 | 204 | 134 | 0 | 36 | 32 | 240 | 125 | 50 |
| Binary | 1111 | 10111101 | 10000100 | 1011100 | 0 | 11110 | 11010 | 10100000 | 1010101 | 101000 |
Color Harmonies of #0FBD84
Complementary color
Monochromatic Colors of #0FBD84
Black with #0FBD84
Text Example
Text Example
White with #0FBD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD84; }
p { color: rgb(15,189,132); }
H1.HeaderClassName
{
color: #0FBD84;
}
.AnyTagClassName
{
color: #0FBD84;
}
</style>
background-color css
<style>
a { background-color: #0FBD84; }
a { background-color: rgb(15,189,132); }
div.DivClassName
{
background-color: #0FBD84;
}
.BgClassName
{
background-color: #0FBD84;
}
</style>
border-color css
<style>
span { border-color: #0FBD84; }
span { border-color: rgb(15,189,132); }
td.TdClassName
{
border-color: #0FBD84;
}
.TagClassName
{
border-color: #0FBD84;
}
</style>