Shades of Mountain Meadow #10AF7A
Tints of Mountain Meadow #10AF7A
RGB
CMYK
RGB Variations
Color information
#10AF7A (or 0x10AF7A) is known color: Mountain Meadow. HEX triplet: 10, AF and 7A. RGB value is (16,175,122). Sum of RGB (Red+Green+Blue) = 16+175+122=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF7A is #EF5085. Grayscale: #797979. Windows color (decimal): -15683718 or 8040208. OLE color: 8040208.
HSL color Cylindrical-coordinate representation of color #10AF7A: hue angle of 160º 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 #10AF7A is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 122 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.31 |
| HSL | 160º | 0.83% | 0.37% | - |
| HSV(B) | 160º | 0.91% | 0.69% | - |
| XYZ | 19.06 | 32.18 | 23.62 | - |
| YUV | 121.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 122 | 0.91 | 0 | 0.30 | 0.31 | 160 | 0.83 | 0.37 |
| Hex | 10 | AF | 7A | 5B | 0 | 1E | 1F | A0 | 53 | 25 |
| Octal | 20 | 257 | 172 | 133 | 0 | 36 | 37 | 240 | 123 | 45 |
| Binary | 10000 | 10101111 | 1111010 | 1011011 | 0 | 11110 | 11111 | 10100000 | 1010011 | 100101 |
Color Harmonies of #10AF7A
Complementary color
Monochromatic Colors of #10AF7A
Black with #10AF7A
Text Example
Text Example
White with #10AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF7A; }
p { color: rgb(16,175,122); }
H1.HeaderClassName
{
color: #10AF7A;
}
.AnyTagClassName
{
color: #10AF7A;
}
</style>
background-color css
<style>
a { background-color: #10AF7A; }
a { background-color: rgb(16,175,122); }
div.DivClassName
{
background-color: #10AF7A;
}
.BgClassName
{
background-color: #10AF7A;
}
</style>
border-color css
<style>
span { border-color: #10AF7A; }
span { border-color: rgb(16,175,122); }
td.TdClassName
{
border-color: #10AF7A;
}
.TagClassName
{
border-color: #10AF7A;
}
</style>