#9FA39E

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

Shades of Mantle #9FA39E

Tints of Mantle #9FA39E

Color information

#9FA39E (or 0x9FA39E) is unknown color: approx Mantle. HEX triplet: 9F, A3 and 9E. RGB value is (159,163,158). Sum of RGB (Red+Green+Blue) = 159+163+158=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA39E is #605C61. Grayscale: #A1A1A1. Windows color (decimal): -6315106 or 10396575. OLE color: 10396575.

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

Color convert

RGB159163158-
CMYK0.0200.030.36
HSL108º2.65%62.94%-
HSV(B)108º3.07%63.92%-
XYZ33.5736.0337.53-
YUV161.23126.17126.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.12%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 158 (62.11% from 255) = 32.92%
R=33.12%
G=33.96%
B=32.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591631580.0200.030.361082.6562.94
Hex9FA39E203246c33f
Octal23724323620344154377
Binary10011111101000111001111010011100100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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