Shades of Mantle #9AA995
Tints of Mantle #9AA995
RGB
CMYK
RGB Variations
Color information
#9AA995 (or 0x9AA995) is known color: Mantle. HEX triplet: 9A, A9 and 95. RGB value is (154,169,149). Sum of RGB (Red+Green+Blue) = 154+169+149=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA995 is #65566A. Grayscale: #A2A2A2. Windows color (decimal): -6641259 or 9808282. OLE color: 9808282.
HSL color Cylindrical-coordinate representation of color #9AA995: hue angle of 105º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA995 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 169 | 149 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.34 |
| HSL | 105º | 0.1% | 0.62% | - |
| HSV(B) | 105º | 0.12% | 0.66% | - |
| XYZ | 32.94 | 37.42 | 33.92 | - |
| YUV | 162.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 149 | 0.09 | 0 | 0.12 | 0.34 | 105 | 0.1 | 0.62 |
| Hex | 9A | A9 | 95 | 9 | 0 | C | 22 | 69 | A | 3E |
| Octal | 232 | 251 | 225 | 11 | 0 | 14 | 42 | 151 | 12 | 76 |
| Binary | 10011010 | 10101001 | 10010101 | 1001 | 0 | 1100 | 100010 | 1101001 | 1010 | 111110 |
Color Harmonies of #9AA995
Complementary color
Monochromatic Colors of #9AA995
Black with #9AA995
Text Example
Text Example
White with #9AA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA995; }
p { color: rgb(154,169,149); }
H1.HeaderClassName
{
color: #9AA995;
}
.AnyTagClassName
{
color: #9AA995;
}
</style>
background-color css
<style>
a { background-color: #9AA995; }
a { background-color: rgb(154,169,149); }
div.DivClassName
{
background-color: #9AA995;
}
.BgClassName
{
background-color: #9AA995;
}
</style>
border-color css
<style>
span { border-color: #9AA995; }
span { border-color: rgb(154,169,149); }
td.TdClassName
{
border-color: #9AA995;
}
.TagClassName
{
border-color: #9AA995;
}
</style>