#9AAA94

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

Shades of Mantle #9AAA94

Tints of Mantle #9AAA94

Color information

#9AAA94 (or 0x9AAA94) is unknown color: approx Mantle. HEX triplet: 9A, AA and 94. RGB value is (154,170,148). Sum of RGB (Red+Green+Blue) = 154+170+148=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA94 is #65556B. Grayscale: #A2A2A2. Windows color (decimal): -6641004 or 9743002. OLE color: 9743002.

HSL color Cylindrical-coordinate representation of color #9AAA94: hue angle of 103.64º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AAA94 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB154170148-
CMYK0.0900.130.33
HSL103.64º11.46%62.35%-
HSV(B)103.64º12.94%66.67%-
XYZ33.0537.7633.56-
YUV162.71119.7121.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=32.63%
G=36.02%
B=31.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701480.0900.130.33103.6411.4662.35
Hex9AAA9490D2168b3e
Octal23225222411015411501376
Binary10011010101010101001010010010110110000111010001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,148); }

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

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

 a { background-color: rgb(154,170,148); }

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

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

 span { border-color: rgb(154,170,148); }

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