Shades of Mountain Meadow #09B98D
Tints of Mountain Meadow #09B98D
RGB
CMYK
RGB Variations
Color information
#09B98D (or 0x09B98D) is known color: Mountain Meadow. HEX triplet: 09, B9 and 8D. RGB value is (9,185,141). Sum of RGB (Red+Green+Blue) = 9+185+141=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #09B98D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B98D is #F64672. Grayscale: #7F7F7F. Windows color (decimal): -16139891 or 9287945. OLE color: 9287945.
HSL color Cylindrical-coordinate representation of color #09B98D: hue angle of 165º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B98D is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 185 | 141 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.27 |
| HSL | 165º | 0.91% | 0.38% | - |
| HSV(B) | 165º | 0.95% | 0.73% | - |
| XYZ | 22.27 | 36.68 | 31.11 | - |
| YUV | 127.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 141 | 0.95 | 0 | 0.24 | 0.27 | 165 | 0.91 | 0.38 |
| Hex | 9 | B9 | 8D | 5F | 0 | 18 | 1B | A5 | 5B | 26 |
| Octal | 11 | 271 | 215 | 137 | 0 | 30 | 33 | 245 | 133 | 46 |
| Binary | 1001 | 10111001 | 10001101 | 1011111 | 0 | 11000 | 11011 | 10100101 | 1011011 | 100110 |
Color Harmonies of #09B98D
Complementary color
Monochromatic Colors of #09B98D
Black with #09B98D
Text Example
Text Example
White with #09B98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B98D; }
p { color: rgb(9,185,141); }
H1.HeaderClassName
{
color: #09B98D;
}
.AnyTagClassName
{
color: #09B98D;
}
</style>
background-color css
<style>
a { background-color: #09B98D; }
a { background-color: rgb(9,185,141); }
div.DivClassName
{
background-color: #09B98D;
}
.BgClassName
{
background-color: #09B98D;
}
</style>
border-color css
<style>
span { border-color: #09B98D; }
span { border-color: rgb(9,185,141); }
td.TdClassName
{
border-color: #09B98D;
}
.TagClassName
{
border-color: #09B98D;
}
</style>