Shades of Mountain Meadow #09BC84
Tints of Mountain Meadow #09BC84
RGB
CMYK
RGB Variations
Color information
#09BC84 (or 0x09BC84) is known color: Mountain Meadow. HEX triplet: 09, BC and 84. RGB value is (9,188,132). Sum of RGB (Red+Green+Blue) = 9+188+132=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BC84 is #F6437B. Grayscale: #808080. Windows color (decimal): -16139132 or 8698889. OLE color: 8698889.
HSL color Cylindrical-coordinate representation of color #09BC84: hue angle of 161.23º 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 #09BC84 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 132 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.26 |
| HSL | 161.23º | 0.91% | 0.39% | - |
| HSV(B) | 161.23º | 0.95% | 0.74% | - |
| XYZ | 22.26 | 37.69 | 27.93 | - |
| YUV | 128.1 | 130.2 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 132 | 0.95 | 0 | 0.30 | 0.26 | 161.23 | 0.91 | 0.39 |
| Hex | 9 | BC | 84 | 5F | 0 | 1E | 1A | A1 | 5B | 27 |
| Octal | 11 | 274 | 204 | 137 | 0 | 36 | 32 | 241 | 133 | 47 |
| Binary | 1001 | 10111100 | 10000100 | 1011111 | 0 | 11110 | 11010 | 10100001 | 1011011 | 100111 |
Color Harmonies of #09BC84
Complementary color
Monochromatic Colors of #09BC84
Black with #09BC84
Text Example
Text Example
White with #09BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC84; }
p { color: rgb(9,188,132); }
H1.HeaderClassName
{
color: #09BC84;
}
.AnyTagClassName
{
color: #09BC84;
}
</style>
background-color css
<style>
a { background-color: #09BC84; }
a { background-color: rgb(9,188,132); }
div.DivClassName
{
background-color: #09BC84;
}
.BgClassName
{
background-color: #09BC84;
}
</style>
border-color css
<style>
span { border-color: #09BC84; }
span { border-color: rgb(9,188,132); }
td.TdClassName
{
border-color: #09BC84;
}
.TagClassName
{
border-color: #09BC84;
}
</style>