Shades of Mountain Meadow #10AF77
Tints of Mountain Meadow #10AF77
RGB
CMYK
RGB Variations
Color information
#10AF77 (or 0x10AF77) is known color: Mountain Meadow. HEX triplet: 10, AF and 77. RGB value is (16,175,119). Sum of RGB (Red+Green+Blue) = 16+175+119=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF77 is #EF5088. Grayscale: #797979. Windows color (decimal): -15683721 or 7843600. OLE color: 7843600.
HSL color Cylindrical-coordinate representation of color #10AF77: hue angle of 158.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF77 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 119 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.31 |
| HSL | 158.87º | 0.83% | 0.37% | - |
| HSV(B) | 158.87º | 0.91% | 0.69% | - |
| XYZ | 18.87 | 32.1 | 22.65 | - |
| YUV | 121.08 | 126.82 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 119 | 0.91 | 0 | 0.32 | 0.31 | 158.87 | 0.83 | 0.37 |
| Hex | 10 | AF | 77 | 5B | 0 | 20 | 1F | 9F | 53 | 25 |
| Octal | 20 | 257 | 167 | 133 | 0 | 40 | 37 | 237 | 123 | 45 |
| Binary | 10000 | 10101111 | 1110111 | 1011011 | 0 | 100000 | 11111 | 10011111 | 1010011 | 100101 |
Color Harmonies of #10AF77
Complementary color
Monochromatic Colors of #10AF77
Black with #10AF77
Text Example
Text Example
White with #10AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF77; }
p { color: rgb(16,175,119); }
H1.HeaderClassName
{
color: #10AF77;
}
.AnyTagClassName
{
color: #10AF77;
}
</style>
background-color css
<style>
a { background-color: #10AF77; }
a { background-color: rgb(16,175,119); }
div.DivClassName
{
background-color: #10AF77;
}
.BgClassName
{
background-color: #10AF77;
}
</style>
border-color css
<style>
span { border-color: #10AF77; }
span { border-color: rgb(16,175,119); }
td.TdClassName
{
border-color: #10AF77;
}
.TagClassName
{
border-color: #10AF77;
}
</style>