Shades of Mantle #9FAC9A
Tints of Mantle #9FAC9A
RGB
CMYK
RGB Variations
Color information
#9FAC9A (or 0x9FAC9A) is known color: Mantle. HEX triplet: 9F, AC and 9A. RGB value is (159,172,154). Sum of RGB (Red+Green+Blue) = 159+172+154=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC9A is #605365. Grayscale: #A6A6A6. Windows color (decimal): -6312806 or 10136735. OLE color: 10136735.
HSL color Cylindrical-coordinate representation of color #9FAC9A: hue angle of 103.33º 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 #9FAC9A is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 154 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.33 |
| HSL | 103.33º | 0.1% | 0.64% | - |
| HSV(B) | 103.33º | 0.1% | 0.67% | - |
| XYZ | 34.88 | 39.21 | 36.3 | - |
| YUV | 166.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 154 | 0.08 | 0 | 0.10 | 0.33 | 103.33 | 0.1 | 0.64 |
| Hex | 9F | AC | 9A | 8 | 0 | A | 21 | 67 | A | 40 |
| Octal | 237 | 254 | 232 | 10 | 0 | 12 | 41 | 147 | 12 | 100 |
| Binary | 10011111 | 10101100 | 10011010 | 1000 | 0 | 1010 | 100001 | 1100111 | 1010 | 1000000 |
Color Harmonies of #9FAC9A
Complementary color
Monochromatic Colors of #9FAC9A
Black with #9FAC9A
Text Example
Text Example
White with #9FAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC9A; }
p { color: rgb(159,172,154); }
H1.HeaderClassName
{
color: #9FAC9A;
}
.AnyTagClassName
{
color: #9FAC9A;
}
</style>
background-color css
<style>
a { background-color: #9FAC9A; }
a { background-color: rgb(159,172,154); }
div.DivClassName
{
background-color: #9FAC9A;
}
.BgClassName
{
background-color: #9FAC9A;
}
</style>
border-color css
<style>
span { border-color: #9FAC9A; }
span { border-color: rgb(159,172,154); }
td.TdClassName
{
border-color: #9FAC9A;
}
.TagClassName
{
border-color: #9FAC9A;
}
</style>