#9AA47C

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

Shades of Sage #9AA47C

Tints of Sage #9AA47C

Color information

#9AA47C (or 0x9AA47C) is unknown color: approx Sage. HEX triplet: 9A, A4 and 7C. RGB value is (154,164,124). Sum of RGB (Red+Green+Blue) = 154+164+124=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA47C is #655B83. Grayscale: #9C9C9C. Windows color (decimal): -6642564 or 8168602. OLE color: 8168602.

HSL color Cylindrical-coordinate representation of color #9AA47C: hue angle of 75º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AA47C is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB154164124-
CMYK0.0600.240.36
HSL75º18.02%56.47%-
HSV(B)75º24.39%64.31%-
XYZ30.2434.8824.21-
YUV156.45109.69126.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=34.84%
G=37.10%
B=28.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541641240.0600.240.367518.0256.47
Hex9AA47C6018244b1238
Octal2322441746030441132270
Binary10011010101001001111100110011000100100100101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,164,124); }

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

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

 a { background-color: rgb(154,164,124); }

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

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

 span { border-color: rgb(154,164,124); }

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