#9FA39F

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

Shades of Mantle #9FA39F

Tints of Mantle #9FA39F

Color information

#9FA39F (or 0x9FA39F) is unknown color: approx Mantle. HEX triplet: 9F, A3 and 9F. RGB value is (159,163,159). Sum of RGB (Red+Green+Blue) = 159+163+159=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA39F is #605C60. Grayscale: #A1A1A1. Windows color (decimal): -6315105 or 10462111. OLE color: 10462111.

HSL color Cylindrical-coordinate representation of color #9FA39F: hue angle of 120º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9FA39F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB159163159-
CMYK0.0200.020.36
HSL120º2.13%63.14%-
HSV(B)120º2.45%63.92%-
XYZ33.6536.0737.99-
YUV161.35126.67126.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 159 (62.5% from 255) = 33.06%
R=33.06%
G=33.89%
B=33.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591631590.0200.020.361202.1363.14
Hex9FA39F202247823f
Octal23724323720244170277
Binary10011111101000111001111110010100100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA39F; }

 p { color: rgb(159,163,159); }

 H1.HeaderClassName
 {
   color: #9FA39F;
 }
 .AnyTagClassName
 {
   color: #9FA39F;
 }
</style>
background-color css

<style>
 a { background-color: #9FA39F; }

 a { background-color: rgb(159,163,159); }

 div.DivClassName
 {
   background-color: #9FA39F;
 }
 .BgClassName
 {
   background-color: #9FA39F;
 }
</style>
border-color css

<style>
 span { border-color: #9FA39F; }

 span { border-color: rgb(159,163,159); }

 td.TdClassName
 {
   border-color: #9FA39F;
 }
 .TagClassName
 {
   border-color: #9FA39F;
 }
</style>