Shades of Mountain Meadow #10AC7E
Tints of Mountain Meadow #10AC7E
RGB
CMYK
RGB Variations
Color information
#10AC7E (or 0x10AC7E) is known color: Mountain Meadow. HEX triplet: 10, AC and 7E. RGB value is (16,172,126). Sum of RGB (Red+Green+Blue) = 16+172+126=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AC7E is #EF5381. Grayscale: #787878. Windows color (decimal): -15684482 or 8301584. OLE color: 8301584.
HSL color Cylindrical-coordinate representation of color #10AC7E: hue angle of 162.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC7E is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 172 | 126 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.33 |
| HSL | 162.31º | 0.83% | 0.37% | - |
| HSV(B) | 162.31º | 0.91% | 0.67% | - |
| XYZ | 18.73 | 31.12 | 24.76 | - |
| YUV | 120.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 126 | 0.91 | 0 | 0.27 | 0.33 | 162.31 | 0.83 | 0.37 |
| Hex | 10 | AC | 7E | 5B | 0 | 1B | 21 | A2 | 53 | 25 |
| Octal | 20 | 254 | 176 | 133 | 0 | 33 | 41 | 242 | 123 | 45 |
| Binary | 10000 | 10101100 | 1111110 | 1011011 | 0 | 11011 | 100001 | 10100010 | 1010011 | 100101 |
Color Harmonies of #10AC7E
Complementary color
Monochromatic Colors of #10AC7E
Black with #10AC7E
Text Example
Text Example
White with #10AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AC7E; }
p { color: rgb(16,172,126); }
H1.HeaderClassName
{
color: #10AC7E;
}
.AnyTagClassName
{
color: #10AC7E;
}
</style>
background-color css
<style>
a { background-color: #10AC7E; }
a { background-color: rgb(16,172,126); }
div.DivClassName
{
background-color: #10AC7E;
}
.BgClassName
{
background-color: #10AC7E;
}
</style>
border-color css
<style>
span { border-color: #10AC7E; }
span { border-color: rgb(16,172,126); }
td.TdClassName
{
border-color: #10AC7E;
}
.TagClassName
{
border-color: #10AC7E;
}
</style>