Shades of Mountain Meadow #09B18A
Tints of Mountain Meadow #09B18A
RGB
CMYK
RGB Variations
Color information
#09B18A (or 0x09B18A) is known color: Mountain Meadow. HEX triplet: 09, B1 and 8A. RGB value is (9,177,138). Sum of RGB (Red+Green+Blue) = 9+177+138=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #09B18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B18A is #F64E75. Grayscale: #7A7A7A. Windows color (decimal): -16141942 or 9089289. OLE color: 9089289.
HSL color Cylindrical-coordinate representation of color #09B18A: hue angle of 166.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B18A is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 138 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.31 |
| HSL | 166.07º | 0.9% | 0.36% | - |
| HSV(B) | 166.07º | 0.95% | 0.69% | - |
| XYZ | 20.42 | 33.34 | 29.4 | - |
| YUV | 122.32 | 136.84 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 138 | 0.95 | 0 | 0.22 | 0.31 | 166.07 | 0.9 | 0.36 |
| Hex | 9 | B1 | 8A | 5F | 0 | 16 | 1F | A6 | 5A | 24 |
| Octal | 11 | 261 | 212 | 137 | 0 | 26 | 37 | 246 | 132 | 44 |
| Binary | 1001 | 10110001 | 10001010 | 1011111 | 0 | 10110 | 11111 | 10100110 | 1011010 | 100100 |
Color Harmonies of #09B18A
Complementary color
Monochromatic Colors of #09B18A
Black with #09B18A
Text Example
Text Example
White with #09B18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B18A; }
p { color: rgb(9,177,138); }
H1.HeaderClassName
{
color: #09B18A;
}
.AnyTagClassName
{
color: #09B18A;
}
</style>
background-color css
<style>
a { background-color: #09B18A; }
a { background-color: rgb(9,177,138); }
div.DivClassName
{
background-color: #09B18A;
}
.BgClassName
{
background-color: #09B18A;
}
</style>
border-color css
<style>
span { border-color: #09B18A; }
span { border-color: rgb(9,177,138); }
td.TdClassName
{
border-color: #09B18A;
}
.TagClassName
{
border-color: #09B18A;
}
</style>