#9AA995

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

Shades of Mantle #9AA995

Tints of Mantle #9AA995

Color information

#9AA995 (or 0x9AA995) is unknown color: approx Mantle. HEX triplet: 9A, A9 and 95. RGB value is (154,169,149). Sum of RGB (Red+Green+Blue) = 154+169+149=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA995 is #65566A. Grayscale: #A2A2A2. Windows color (decimal): -6641259 or 9808282. OLE color: 9808282.

HSL color Cylindrical-coordinate representation of color #9AA995: hue angle of 105º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA995 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB154169149-
CMYK0.0900.120.34
HSL105º10.42%62.35%-
HSV(B)105º11.83%66.27%-
XYZ32.9437.4233.92-
YUV162.23120.53122.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=32.63%
G=35.81%
B=31.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691490.0900.120.3410510.4262.35
Hex9AA99590C2269a3e
Octal23225122511014421511276
Binary10011010101010011001010110010110010001011010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,149); }

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

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

 a { background-color: rgb(154,169,149); }

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

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

 span { border-color: rgb(154,169,149); }

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