Shades of Mountain Meadow #09AF7D
Tints of Mountain Meadow #09AF7D
RGB
CMYK
RGB Variations
Color information
#09AF7D (or 0x09AF7D) is known color: Mountain Meadow. HEX triplet: 09, AF and 7D. RGB value is (9,175,125). Sum of RGB (Red+Green+Blue) = 9+175+125=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF7D is #F65082. Grayscale: #777777. Windows color (decimal): -16142467 or 8236809. OLE color: 8236809.
HSL color Cylindrical-coordinate representation of color #09AF7D: hue angle of 161.93º 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 #09AF7D is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 125 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.31 |
| HSL | 161.93º | 0.9% | 0.36% | - |
| HSV(B) | 161.93º | 0.95% | 0.69% | - |
| XYZ | 19.14 | 32.2 | 24.61 | - |
| YUV | 119.67 | 131 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 125 | 0.95 | 0 | 0.29 | 0.31 | 161.93 | 0.9 | 0.36 |
| Hex | 9 | AF | 7D | 5F | 0 | 1D | 1F | A2 | 5A | 24 |
| Octal | 11 | 257 | 175 | 137 | 0 | 35 | 37 | 242 | 132 | 44 |
| Binary | 1001 | 10101111 | 1111101 | 1011111 | 0 | 11101 | 11111 | 10100010 | 1011010 | 100100 |
Color Harmonies of #09AF7D
Complementary color
Monochromatic Colors of #09AF7D
Black with #09AF7D
Text Example
Text Example
White with #09AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF7D; }
p { color: rgb(9,175,125); }
H1.HeaderClassName
{
color: #09AF7D;
}
.AnyTagClassName
{
color: #09AF7D;
}
</style>
background-color css
<style>
a { background-color: #09AF7D; }
a { background-color: rgb(9,175,125); }
div.DivClassName
{
background-color: #09AF7D;
}
.BgClassName
{
background-color: #09AF7D;
}
</style>
border-color css
<style>
span { border-color: #09AF7D; }
span { border-color: rgb(9,175,125); }
td.TdClassName
{
border-color: #09AF7D;
}
.TagClassName
{
border-color: #09AF7D;
}
</style>