#9FA19E

Color #9FA19E Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #9FA19E

Tints of Mantle #9FA19E

Color information

#9FA19E (or 0x9FA19E) is unknown color: approx 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

RGB159161158-
CMYK0.0100.020.37
HSL100º1.57%62.55%-
HSV(B)100º1.86%63.14%-
XYZ33.2135.3337.42-
YUV160.06126.84127.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=33.26%
G=33.68%
B=33.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611580.0100.020.371001.5762.55
Hex9FA19E102256423f
Octal23724123610245144277
Binary1001111110100001100111101010100101110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>