Shades of Mountain Meadow #09B88D
Tints of Mountain Meadow #09B88D
RGB
CMYK
RGB Variations
Color information
#09B88D (or 0x09B88D) is known color: Mountain Meadow. HEX triplet: 09, B8 and 8D. RGB value is (9,184,141). Sum of RGB (Red+Green+Blue) = 9+184+141=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 184 (72.27% from 255 or 55.09% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 184 - color contains mainly: green. Hex color #09B88D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B88D is #F64772. Grayscale: #7E7E7E. Windows color (decimal): -16140147 or 9287689. OLE color: 9287689.
HSL color Cylindrical-coordinate representation of color #09B88D: hue angle of 165.26º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B88D is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 184 | 141 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.28 |
| HSL | 165.26º | 0.91% | 0.38% | - |
| HSV(B) | 165.26º | 0.95% | 0.72% | - |
| XYZ | 22.06 | 36.26 | 31.04 | - |
| YUV | 126.77 | 136.02 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 141 | 0.95 | 0 | 0.23 | 0.28 | 165.26 | 0.91 | 0.38 |
| Hex | 9 | B8 | 8D | 5F | 0 | 17 | 1C | A5 | 5B | 26 |
| Octal | 11 | 270 | 215 | 137 | 0 | 27 | 34 | 245 | 133 | 46 |
| Binary | 1001 | 10111000 | 10001101 | 1011111 | 0 | 10111 | 11100 | 10100101 | 1011011 | 100110 |
Color Harmonies of #09B88D
Complementary color
Monochromatic Colors of #09B88D
Black with #09B88D
Text Example
Text Example
White with #09B88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B88D; }
p { color: rgb(9,184,141); }
H1.HeaderClassName
{
color: #09B88D;
}
.AnyTagClassName
{
color: #09B88D;
}
</style>
background-color css
<style>
a { background-color: #09B88D; }
a { background-color: rgb(9,184,141); }
div.DivClassName
{
background-color: #09B88D;
}
.BgClassName
{
background-color: #09B88D;
}
</style>
border-color css
<style>
span { border-color: #09B88D; }
span { border-color: rgb(9,184,141); }
td.TdClassName
{
border-color: #09B88D;
}
.TagClassName
{
border-color: #09B88D;
}
</style>