Shades of Mantle #9EAB9A
Tints of Mantle #9EAB9A
RGB
CMYK
RGB Variations
Color information
#9EAB9A (or 0x9EAB9A) is known color: Mantle. HEX triplet: 9E, AB and 9A. RGB value is (158,171,154). Sum of RGB (Red+Green+Blue) = 158+171+154=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAB9A is #615465. Grayscale: #A5A5A5. Windows color (decimal): -6378598 or 10136478. OLE color: 10136478.
HSL color Cylindrical-coordinate representation of color #9EAB9A: hue angle of 105.88º degrees, saturation: 0.09, 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 #9EAB9A is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 154 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.33 |
| HSL | 105.88º | 0.09% | 0.64% | - |
| HSV(B) | 105.88º | 0.1% | 0.67% | - |
| XYZ | 34.5 | 38.73 | 36.23 | - |
| YUV | 165.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 154 | 0.08 | 0 | 0.10 | 0.33 | 105.88 | 0.09 | 0.64 |
| Hex | 9E | AB | 9A | 8 | 0 | A | 21 | 6A | 9 | 40 |
| Octal | 236 | 253 | 232 | 10 | 0 | 12 | 41 | 152 | 11 | 100 |
| Binary | 10011110 | 10101011 | 10011010 | 1000 | 0 | 1010 | 100001 | 1101010 | 1001 | 1000000 |
Color Harmonies of #9EAB9A
Complementary color
Monochromatic Colors of #9EAB9A
Black with #9EAB9A
Text Example
Text Example
White with #9EAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB9A; }
p { color: rgb(158,171,154); }
H1.HeaderClassName
{
color: #9EAB9A;
}
.AnyTagClassName
{
color: #9EAB9A;
}
</style>
background-color css
<style>
a { background-color: #9EAB9A; }
a { background-color: rgb(158,171,154); }
div.DivClassName
{
background-color: #9EAB9A;
}
.BgClassName
{
background-color: #9EAB9A;
}
</style>
border-color css
<style>
span { border-color: #9EAB9A; }
span { border-color: rgb(158,171,154); }
td.TdClassName
{
border-color: #9EAB9A;
}
.TagClassName
{
border-color: #9EAB9A;
}
</style>