Shades of Mantle #9EAC9A
Tints of Mantle #9EAC9A
RGB
CMYK
RGB Variations
Color information
#9EAC9A (or 0x9EAC9A) is known color: Mantle. HEX triplet: 9E, AC and 9A. RGB value is (158,172,154). Sum of RGB (Red+Green+Blue) = 158+172+154=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAC9A is #615365. Grayscale: #A5A5A5. Windows color (decimal): -6378342 or 10136734. OLE color: 10136734.
HSL color Cylindrical-coordinate representation of color #9EAC9A: hue angle of 106.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAC9A is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 154 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.33 |
| HSL | 106.67º | 0.1% | 0.64% | - |
| HSV(B) | 106.67º | 0.1% | 0.67% | - |
| XYZ | 34.69 | 39.11 | 36.29 | - |
| YUV | 165.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 154 | 0.08 | 0 | 0.10 | 0.33 | 106.67 | 0.1 | 0.64 |
| Hex | 9E | AC | 9A | 8 | 0 | A | 21 | 6B | A | 40 |
| Octal | 236 | 254 | 232 | 10 | 0 | 12 | 41 | 153 | 12 | 100 |
| Binary | 10011110 | 10101100 | 10011010 | 1000 | 0 | 1010 | 100001 | 1101011 | 1010 | 1000000 |
Color Harmonies of #9EAC9A
Complementary color
Monochromatic Colors of #9EAC9A
Black with #9EAC9A
Text Example
Text Example
White with #9EAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC9A; }
p { color: rgb(158,172,154); }
H1.HeaderClassName
{
color: #9EAC9A;
}
.AnyTagClassName
{
color: #9EAC9A;
}
</style>
background-color css
<style>
a { background-color: #9EAC9A; }
a { background-color: rgb(158,172,154); }
div.DivClassName
{
background-color: #9EAC9A;
}
.BgClassName
{
background-color: #9EAC9A;
}
</style>
border-color css
<style>
span { border-color: #9EAC9A; }
span { border-color: rgb(158,172,154); }
td.TdClassName
{
border-color: #9EAC9A;
}
.TagClassName
{
border-color: #9EAC9A;
}
</style>