Shades of Mountain Meadow #09AF7F
Tints of Mountain Meadow #09AF7F
RGB
CMYK
RGB Variations
Color information
#09AF7F (or 0x09AF7F) is known color: Mountain Meadow. HEX triplet: 09, AF and 7F. RGB value is (9,175,127). Sum of RGB (Red+Green+Blue) = 9+175+127=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF7F is #F65080. Grayscale: #777777. Windows color (decimal): -16142465 or 8367881. OLE color: 8367881.
HSL color Cylindrical-coordinate representation of color #09AF7F: hue angle of 162.65º 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 #09AF7F is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 127 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.31 |
| HSL | 162.65º | 0.9% | 0.36% | - |
| HSV(B) | 162.65º | 0.95% | 0.69% | - |
| XYZ | 19.27 | 32.25 | 25.29 | - |
| YUV | 119.89 | 132 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 127 | 0.95 | 0 | 0.27 | 0.31 | 162.65 | 0.9 | 0.36 |
| Hex | 9 | AF | 7F | 5F | 0 | 1B | 1F | A3 | 5A | 24 |
| Octal | 11 | 257 | 177 | 137 | 0 | 33 | 37 | 243 | 132 | 44 |
| Binary | 1001 | 10101111 | 1111111 | 1011111 | 0 | 11011 | 11111 | 10100011 | 1011010 | 100100 |
Color Harmonies of #09AF7F
Complementary color
Monochromatic Colors of #09AF7F
Black with #09AF7F
Text Example
Text Example
White with #09AF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF7F; }
p { color: rgb(9,175,127); }
H1.HeaderClassName
{
color: #09AF7F;
}
.AnyTagClassName
{
color: #09AF7F;
}
</style>
background-color css
<style>
a { background-color: #09AF7F; }
a { background-color: rgb(9,175,127); }
div.DivClassName
{
background-color: #09AF7F;
}
.BgClassName
{
background-color: #09AF7F;
}
</style>
border-color css
<style>
span { border-color: #09AF7F; }
span { border-color: rgb(9,175,127); }
td.TdClassName
{
border-color: #09AF7F;
}
.TagClassName
{
border-color: #09AF7F;
}
</style>