Shades of Mountain Meadow #09AF86
Tints of Mountain Meadow #09AF86
RGB
CMYK
RGB Variations
Color information
#09AF86 (or 0x09AF86) is known color: Mountain Meadow. HEX triplet: 09, AF and 86. RGB value is (9,175,134). Sum of RGB (Red+Green+Blue) = 9+175+134=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF86 is #F65079. Grayscale: #787878. Windows color (decimal): -16142458 or 8826633. OLE color: 8826633.
HSL color Cylindrical-coordinate representation of color #09AF86: hue angle of 165.18º 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 #09AF86 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 134 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.31 |
| HSL | 165.18º | 0.9% | 0.36% | - |
| HSV(B) | 165.18º | 0.95% | 0.69% | - |
| XYZ | 19.75 | 32.44 | 27.77 | - |
| YUV | 120.69 | 135.5 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 134 | 0.95 | 0 | 0.23 | 0.31 | 165.18 | 0.9 | 0.36 |
| Hex | 9 | AF | 86 | 5F | 0 | 17 | 1F | A5 | 5A | 24 |
| Octal | 11 | 257 | 206 | 137 | 0 | 27 | 37 | 245 | 132 | 44 |
| Binary | 1001 | 10101111 | 10000110 | 1011111 | 0 | 10111 | 11111 | 10100101 | 1011010 | 100100 |
Color Harmonies of #09AF86
Complementary color
Monochromatic Colors of #09AF86
Black with #09AF86
Text Example
Text Example
White with #09AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF86; }
p { color: rgb(9,175,134); }
H1.HeaderClassName
{
color: #09AF86;
}
.AnyTagClassName
{
color: #09AF86;
}
</style>
background-color css
<style>
a { background-color: #09AF86; }
a { background-color: rgb(9,175,134); }
div.DivClassName
{
background-color: #09AF86;
}
.BgClassName
{
background-color: #09AF86;
}
</style>
border-color css
<style>
span { border-color: #09AF86; }
span { border-color: rgb(9,175,134); }
td.TdClassName
{
border-color: #09AF86;
}
.TagClassName
{
border-color: #09AF86;
}
</style>