Shades of Mountain Meadow #09BC80
Tints of Mountain Meadow #09BC80
RGB
CMYK
RGB Variations
Color information
#09BC80 (or 0x09BC80) is known color: Mountain Meadow. HEX triplet: 09, BC and 80. RGB value is (9,188,128). Sum of RGB (Red+Green+Blue) = 9+188+128=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BC80 is #F6437F. Grayscale: #7F7F7F. Windows color (decimal): -16139136 or 8436745. OLE color: 8436745.
HSL color Cylindrical-coordinate representation of color #09BC80: hue angle of 159.89º 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 #09BC80 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 128 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.26 |
| HSL | 159.89º | 0.91% | 0.39% | - |
| HSV(B) | 159.89º | 0.95% | 0.74% | - |
| XYZ | 21.99 | 37.58 | 26.52 | - |
| YUV | 127.64 | 128.2 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 128 | 0.95 | 0 | 0.32 | 0.26 | 159.89 | 0.91 | 0.39 |
| Hex | 9 | BC | 80 | 5F | 0 | 20 | 1A | A0 | 5B | 27 |
| Octal | 11 | 274 | 200 | 137 | 0 | 40 | 32 | 240 | 133 | 47 |
| Binary | 1001 | 10111100 | 10000000 | 1011111 | 0 | 100000 | 11010 | 10100000 | 1011011 | 100111 |
Color Harmonies of #09BC80
Complementary color
Monochromatic Colors of #09BC80
Black with #09BC80
Text Example
Text Example
White with #09BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC80; }
p { color: rgb(9,188,128); }
H1.HeaderClassName
{
color: #09BC80;
}
.AnyTagClassName
{
color: #09BC80;
}
</style>
background-color css
<style>
a { background-color: #09BC80; }
a { background-color: rgb(9,188,128); }
div.DivClassName
{
background-color: #09BC80;
}
.BgClassName
{
background-color: #09BC80;
}
</style>
border-color css
<style>
span { border-color: #09BC80; }
span { border-color: rgb(9,188,128); }
td.TdClassName
{
border-color: #09BC80;
}
.TagClassName
{
border-color: #09BC80;
}
</style>