Shades of Mantle #9EAC9E
Tints of Mantle #9EAC9E
RGB
CMYK
RGB Variations
Color information
#9EAC9E (or 0x9EAC9E) is known color: Mantle. HEX triplet: 9E, AC and 9E. RGB value is (158,172,158). Sum of RGB (Red+Green+Blue) = 158+172+158=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC9E is #615361. Grayscale: #A6A6A6. Windows color (decimal): -6378338 or 10398878. OLE color: 10398878.
HSL color Cylindrical-coordinate representation of color #9EAC9E: hue angle of 120º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EAC9E is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 158 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.33 |
| HSL | 120º | 0.08% | 0.65% | - |
| HSV(B) | 120º | 0.08% | 0.67% | - |
| XYZ | 35.02 | 39.24 | 38.08 | - |
| YUV | 166.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 158 | 0.08 | 0 | 0.08 | 0.33 | 120 | 0.08 | 0.65 |
| Hex | 9E | AC | 9E | 8 | 0 | 8 | 21 | 78 | 8 | 41 |
| Octal | 236 | 254 | 236 | 10 | 0 | 10 | 41 | 170 | 10 | 101 |
| Binary | 10011110 | 10101100 | 10011110 | 1000 | 0 | 1000 | 100001 | 1111000 | 1000 | 1000001 |
Color Harmonies of #9EAC9E
Complementary color
Monochromatic Colors of #9EAC9E
Black with #9EAC9E
Text Example
Text Example
White with #9EAC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC9E; }
p { color: rgb(158,172,158); }
H1.HeaderClassName
{
color: #9EAC9E;
}
.AnyTagClassName
{
color: #9EAC9E;
}
</style>
background-color css
<style>
a { background-color: #9EAC9E; }
a { background-color: rgb(158,172,158); }
div.DivClassName
{
background-color: #9EAC9E;
}
.BgClassName
{
background-color: #9EAC9E;
}
</style>
border-color css
<style>
span { border-color: #9EAC9E; }
span { border-color: rgb(158,172,158); }
td.TdClassName
{
border-color: #9EAC9E;
}
.TagClassName
{
border-color: #9EAC9E;
}
</style>