Shades of Mountain Meadow #09BC81
Tints of Mountain Meadow #09BC81
RGB
CMYK
RGB Variations
Color information
#09BC81 (or 0x09BC81) is known color: Mountain Meadow. HEX triplet: 09, BC and 81. RGB value is (9,188,129). Sum of RGB (Red+Green+Blue) = 9+188+129=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BC81 is #F6437E. Grayscale: #7F7F7F. Windows color (decimal): -16139135 or 8502281. OLE color: 8502281.
HSL color Cylindrical-coordinate representation of color #09BC81: hue angle of 160.22º 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 #09BC81 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 129 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.26 |
| HSL | 160.22º | 0.91% | 0.39% | - |
| HSV(B) | 160.22º | 0.95% | 0.74% | - |
| XYZ | 22.06 | 37.61 | 26.87 | - |
| YUV | 127.75 | 128.7 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 129 | 0.95 | 0 | 0.31 | 0.26 | 160.22 | 0.91 | 0.39 |
| Hex | 9 | BC | 81 | 5F | 0 | 1F | 1A | A0 | 5B | 27 |
| Octal | 11 | 274 | 201 | 137 | 0 | 37 | 32 | 240 | 133 | 47 |
| Binary | 1001 | 10111100 | 10000001 | 1011111 | 0 | 11111 | 11010 | 10100000 | 1011011 | 100111 |
Color Harmonies of #09BC81
Complementary color
Monochromatic Colors of #09BC81
Black with #09BC81
Text Example
Text Example
White with #09BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC81; }
p { color: rgb(9,188,129); }
H1.HeaderClassName
{
color: #09BC81;
}
.AnyTagClassName
{
color: #09BC81;
}
</style>
background-color css
<style>
a { background-color: #09BC81; }
a { background-color: rgb(9,188,129); }
div.DivClassName
{
background-color: #09BC81;
}
.BgClassName
{
background-color: #09BC81;
}
</style>
border-color css
<style>
span { border-color: #09BC81; }
span { border-color: rgb(9,188,129); }
td.TdClassName
{
border-color: #09BC81;
}
.TagClassName
{
border-color: #09BC81;
}
</style>