#9AAE94

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

Shades of Mantle #9AAE94

Tints of Mantle #9AAE94

Color information

#9AAE94 (or 0x9AAE94) is unknown color: approx Mantle. HEX triplet: 9A, AE and 94. RGB value is (154,174,148). Sum of RGB (Red+Green+Blue) = 154+174+148=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE94 is #65516B. Grayscale: #A5A5A5. Windows color (decimal): -6639980 or 9744026. OLE color: 9744026.

HSL color Cylindrical-coordinate representation of color #9AAE94: hue angle of 106.15º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AAE94 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB154174148-
CMYK0.1100.150.32
HSL106.15º13.83%63.14%-
HSV(B)106.15º14.94%68.24%-
XYZ33.8139.2833.82-
YUV165.06118.37120.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=32.35%
G=36.55%
B=31.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741480.1100.150.32106.1513.8363.14
Hex9AAE94B0F206ae3f
Octal23225622413017401521677
Binary10011010101011101001010010110111110000011010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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