Shades of Mantle #9FA19E
Tints of Mantle #9FA19E
RGB
CMYK
RGB Variations
Color information
#9FA19E (or 0x9FA19E) is known color: Mantle. HEX triplet: 9F, A1 and 9E. RGB value is (159,161,158). Sum of RGB (Red+Green+Blue) = 159+161+158=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA19E is #605E61. Grayscale: #A0A0A0. Windows color (decimal): -6315618 or 10396063. OLE color: 10396063.
HSL color Cylindrical-coordinate representation of color #9FA19E: hue angle of 100º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9FA19E is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 158 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.37 |
| HSL | 100º | 0.02% | 0.63% | - |
| HSV(B) | 100º | 0.02% | 0.63% | - |
| XYZ | 33.21 | 35.33 | 37.42 | - |
| YUV | 160.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 158 | 0.01 | 0 | 0.02 | 0.37 | 100 | 0.02 | 0.63 |
| Hex | 9F | A1 | 9E | 1 | 0 | 2 | 25 | 64 | 2 | 3F |
| Octal | 237 | 241 | 236 | 1 | 0 | 2 | 45 | 144 | 2 | 77 |
| Binary | 10011111 | 10100001 | 10011110 | 1 | 0 | 10 | 100101 | 1100100 | 10 | 111111 |
Color Harmonies of #9FA19E
Complementary color
Monochromatic Colors of #9FA19E
Black with #9FA19E
Text Example
Text Example
White with #9FA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA19E; }
p { color: rgb(159,161,158); }
H1.HeaderClassName
{
color: #9FA19E;
}
.AnyTagClassName
{
color: #9FA19E;
}
</style>
background-color css
<style>
a { background-color: #9FA19E; }
a { background-color: rgb(159,161,158); }
div.DivClassName
{
background-color: #9FA19E;
}
.BgClassName
{
background-color: #9FA19E;
}
</style>
border-color css
<style>
span { border-color: #9FA19E; }
span { border-color: rgb(159,161,158); }
td.TdClassName
{
border-color: #9FA19E;
}
.TagClassName
{
border-color: #9FA19E;
}
</style>