#9FAB9A

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

Shades of Mantle #9FAB9A

Tints of Mantle #9FAB9A

Color information

#9FAB9A (or 0x9FAB9A) is unknown color: approx Mantle. HEX triplet: 9F, AB and 9A. RGB value is (159,171,154). Sum of RGB (Red+Green+Blue) = 159+171+154=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB9A is #605465. Grayscale: #A5A5A5. Windows color (decimal): -6313062 or 10136479. OLE color: 10136479.

HSL color Cylindrical-coordinate representation of color #9FAB9A: hue angle of 102.35º degrees, saturation: 0.09, 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 #9FAB9A is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB159171154-
CMYK0.0700.100.33
HSL102.35º9.19%63.73%-
HSV(B)102.35º9.94%67.06%-
XYZ34.6938.8336.24-
YUV165.47121.52123.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 154 (60.55% from 255) = 31.82%
R=32.85%
G=35.33%
B=31.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711540.0700.100.33102.359.1963.73
Hex9FAB9A70A2166940
Octal23725323270124114611100
Binary10011111101010111001101011101010100001110011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,171,154); }

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

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

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

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

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

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

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