Shades of Mountain Meadow #09BD88
Tints of Mountain Meadow #09BD88
RGB
CMYK
RGB Variations
Color information
#09BD88 (or 0x09BD88) is known color: Mountain Meadow. HEX triplet: 09, BD and 88. RGB value is (9,189,136). Sum of RGB (Red+Green+Blue) = 9+189+136=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BD88 is #F64277. Grayscale: #818181. Windows color (decimal): -16138872 or 8961289. OLE color: 8961289.
HSL color Cylindrical-coordinate representation of color #09BD88: hue angle of 162.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BD88 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 136 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.26 |
| HSL | 162.33º | 0.91% | 0.39% | - |
| HSV(B) | 162.33º | 0.95% | 0.74% | - |
| XYZ | 22.75 | 38.23 | 29.47 | - |
| YUV | 129.14 | 131.87 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 136 | 0.95 | 0 | 0.28 | 0.26 | 162.33 | 0.91 | 0.39 |
| Hex | 9 | BD | 88 | 5F | 0 | 1C | 1A | A2 | 5B | 27 |
| Octal | 11 | 275 | 210 | 137 | 0 | 34 | 32 | 242 | 133 | 47 |
| Binary | 1001 | 10111101 | 10001000 | 1011111 | 0 | 11100 | 11010 | 10100010 | 1011011 | 100111 |
Color Harmonies of #09BD88
Complementary color
Monochromatic Colors of #09BD88
Black with #09BD88
Text Example
Text Example
White with #09BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BD88; }
p { color: rgb(9,189,136); }
H1.HeaderClassName
{
color: #09BD88;
}
.AnyTagClassName
{
color: #09BD88;
}
</style>
background-color css
<style>
a { background-color: #09BD88; }
a { background-color: rgb(9,189,136); }
div.DivClassName
{
background-color: #09BD88;
}
.BgClassName
{
background-color: #09BD88;
}
</style>
border-color css
<style>
span { border-color: #09BD88; }
span { border-color: rgb(9,189,136); }
td.TdClassName
{
border-color: #09BD88;
}
.TagClassName
{
border-color: #09BD88;
}
</style>