Shades of Mantle #9EA09D
Tints of Mantle #9EA09D
RGB
CMYK
RGB Variations
Color information
#9EA09D (or 0x9EA09D) is known color: Mantle. HEX triplet: 9E, A0 and 9D. RGB value is (158,160,157). Sum of RGB (Red+Green+Blue) = 158+160+157=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA09D is #615F62. Grayscale: #9F9F9F. Windows color (decimal): -6381411 or 10330270. OLE color: 10330270.
HSL color Cylindrical-coordinate representation of color #9EA09D: hue angle of 100º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9EA09D is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 157 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.37 |
| HSL | 100º | 0.02% | 0.62% | - |
| HSV(B) | 100º | 0.02% | 0.63% | - |
| XYZ | 32.76 | 34.85 | 36.9 | - |
| YUV | 159.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 157 | 0.01 | 0 | 0.02 | 0.37 | 100 | 0.02 | 0.62 |
| Hex | 9E | A0 | 9D | 1 | 0 | 2 | 25 | 64 | 2 | 3E |
| Octal | 236 | 240 | 235 | 1 | 0 | 2 | 45 | 144 | 2 | 76 |
| Binary | 10011110 | 10100000 | 10011101 | 1 | 0 | 10 | 100101 | 1100100 | 10 | 111110 |
Color Harmonies of #9EA09D
Complementary color
Monochromatic Colors of #9EA09D
Black with #9EA09D
Text Example
Text Example
White with #9EA09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA09D; }
p { color: rgb(158,160,157); }
H1.HeaderClassName
{
color: #9EA09D;
}
.AnyTagClassName
{
color: #9EA09D;
}
</style>
background-color css
<style>
a { background-color: #9EA09D; }
a { background-color: rgb(158,160,157); }
div.DivClassName
{
background-color: #9EA09D;
}
.BgClassName
{
background-color: #9EA09D;
}
</style>
border-color css
<style>
span { border-color: #9EA09D; }
span { border-color: rgb(158,160,157); }
td.TdClassName
{
border-color: #9EA09D;
}
.TagClassName
{
border-color: #9EA09D;
}
</style>