#9AA994

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

Shades of Mantle #9AA994

Tints of Mantle #9AA994

Color information

#9AA994 (or 0x9AA994) is unknown color: approx Mantle. HEX triplet: 9A, A9 and 94. RGB value is (154,169,148). Sum of RGB (Red+Green+Blue) = 154+169+148=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA994 is #65566B. Grayscale: #A2A2A2. Windows color (decimal): -6641260 or 9742746. OLE color: 9742746.

HSL color Cylindrical-coordinate representation of color #9AA994: hue angle of 102.86º degrees, saturation: 0.11, 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 #9AA994 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB154169148-
CMYK0.0900.120.34
HSL102.86º10.88%62.16%-
HSV(B)102.86º12.43%66.27%-
XYZ32.8637.3833.5-
YUV162.12120.03122.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=32.70%
G=35.88%
B=31.42%

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
Decimal1541691480.0900.120.34102.8610.8862.16
Hex9AA99490C2267b3e
Octal23225122411014421471376
Binary10011010101010011001010010010110010001011001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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