Shades of Mountain Meadow #00B984
Tints of Mountain Meadow #00B984
RGB
CMYK
RGB Variations
Color information
#00B984 (or 0x00B984) is known color: Mountain Meadow. HEX triplet: 00, B9 and 84. RGB value is (0,185,132). Sum of RGB (Red+Green+Blue) = 0+185+132=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #00B984 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B984 is #FF467B. Grayscale: #7B7B7B. Windows color (decimal): -16729724 or 8698112. OLE color: 8698112.
HSL color Cylindrical-coordinate representation of color #00B984: hue angle of 162.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B984 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 132 | - |
| CMYK | 1 | 0 | 0.29 | 0.27 |
| HSL | 162.81º | 1% | 0.36% | - |
| HSV(B) | 162.81º | 1% | 0.73% | - |
| XYZ | 21.51 | 36.36 | 27.71 | - |
| YUV | 123.64 | 132.71 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 132 | 1 | 0 | 0.29 | 0.27 | 162.81 | 1 | 0.36 |
| Hex | 0 | B9 | 84 | 64 | 0 | 1D | 1B | A3 | 64 | 24 |
| Octal | 0 | 271 | 204 | 144 | 0 | 35 | 33 | 243 | 144 | 44 |
| Binary | 0 | 10111001 | 10000100 | 1100100 | 0 | 11101 | 11011 | 10100011 | 1100100 | 100100 |
Color Harmonies of #00B984
Complementary color
Monochromatic Colors of #00B984
Black with #00B984
Text Example
Text Example
White with #00B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B984; }
p { color: rgb(0,185,132); }
H1.HeaderClassName
{
color: #00B984;
}
.AnyTagClassName
{
color: #00B984;
}
</style>
background-color css
<style>
a { background-color: #00B984; }
a { background-color: rgb(0,185,132); }
div.DivClassName
{
background-color: #00B984;
}
.BgClassName
{
background-color: #00B984;
}
</style>
border-color css
<style>
span { border-color: #00B984; }
span { border-color: rgb(0,185,132); }
td.TdClassName
{
border-color: #00B984;
}
.TagClassName
{
border-color: #00B984;
}
</style>