Shades of Mountain Meadow #09B58B
Tints of Mountain Meadow #09B58B
RGB
CMYK
RGB Variations
Color information
#09B58B (or 0x09B58B) is known color: Mountain Meadow. HEX triplet: 09, B5 and 8B. RGB value is (9,181,139). Sum of RGB (Red+Green+Blue) = 9+181+139=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #09B58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B58B is #F64A74. Grayscale: #7C7C7C. Windows color (decimal): -16140917 or 9155849. OLE color: 9155849.
HSL color Cylindrical-coordinate representation of color #09B58B: hue angle of 165.35º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B58B is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 181 | 139 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.29 |
| HSL | 165.35º | 0.91% | 0.37% | - |
| HSV(B) | 165.35º | 0.95% | 0.71% | - |
| XYZ | 21.3 | 34.97 | 30.05 | - |
| YUV | 124.78 | 136.02 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 181 | 139 | 0.95 | 0 | 0.23 | 0.29 | 165.35 | 0.91 | 0.37 |
| Hex | 9 | B5 | 8B | 5F | 0 | 17 | 1D | A5 | 5B | 25 |
| Octal | 11 | 265 | 213 | 137 | 0 | 27 | 35 | 245 | 133 | 45 |
| Binary | 1001 | 10110101 | 10001011 | 1011111 | 0 | 10111 | 11101 | 10100101 | 1011011 | 100101 |
Color Harmonies of #09B58B
Complementary color
Monochromatic Colors of #09B58B
Black with #09B58B
Text Example
Text Example
White with #09B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B58B; }
p { color: rgb(9,181,139); }
H1.HeaderClassName
{
color: #09B58B;
}
.AnyTagClassName
{
color: #09B58B;
}
</style>
background-color css
<style>
a { background-color: #09B58B; }
a { background-color: rgb(9,181,139); }
div.DivClassName
{
background-color: #09B58B;
}
.BgClassName
{
background-color: #09B58B;
}
</style>
border-color css
<style>
span { border-color: #09B58B; }
span { border-color: rgb(9,181,139); }
td.TdClassName
{
border-color: #09B58B;
}
.TagClassName
{
border-color: #09B58B;
}
</style>