Shades of Mountain Meadow #10AF7C
Tints of Mountain Meadow #10AF7C
RGB
CMYK
RGB Variations
Color information
#10AF7C (or 0x10AF7C) is known color: Mountain Meadow. HEX triplet: 10, AF and 7C. RGB value is (16,175,124). Sum of RGB (Red+Green+Blue) = 16+175+124=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF7C is #EF5083. Grayscale: #797979. Windows color (decimal): -15683716 or 8171280. OLE color: 8171280.
HSL color Cylindrical-coordinate representation of color #10AF7C: hue angle of 160.75º 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 #10AF7C is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 124 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.31 |
| HSL | 160.75º | 0.83% | 0.37% | - |
| HSV(B) | 160.75º | 0.91% | 0.69% | - |
| XYZ | 19.18 | 32.23 | 24.28 | - |
| YUV | 121.65 | 129.32 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 124 | 0.91 | 0 | 0.29 | 0.31 | 160.75 | 0.83 | 0.37 |
| Hex | 10 | AF | 7C | 5B | 0 | 1D | 1F | A1 | 53 | 25 |
| Octal | 20 | 257 | 174 | 133 | 0 | 35 | 37 | 241 | 123 | 45 |
| Binary | 10000 | 10101111 | 1111100 | 1011011 | 0 | 11101 | 11111 | 10100001 | 1010011 | 100101 |
Color Harmonies of #10AF7C
Complementary color
Monochromatic Colors of #10AF7C
Black with #10AF7C
Text Example
Text Example
White with #10AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF7C; }
p { color: rgb(16,175,124); }
H1.HeaderClassName
{
color: #10AF7C;
}
.AnyTagClassName
{
color: #10AF7C;
}
</style>
background-color css
<style>
a { background-color: #10AF7C; }
a { background-color: rgb(16,175,124); }
div.DivClassName
{
background-color: #10AF7C;
}
.BgClassName
{
background-color: #10AF7C;
}
</style>
border-color css
<style>
span { border-color: #10AF7C; }
span { border-color: rgb(16,175,124); }
td.TdClassName
{
border-color: #10AF7C;
}
.TagClassName
{
border-color: #10AF7C;
}
</style>