#9AA17F

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

Shades of Sage #9AA17F

Tints of Sage #9AA17F

Color information

#9AA17F (or 0x9AA17F) is unknown color: approx Sage. HEX triplet: 9A, A1 and 7F. RGB value is (154,161,127). Sum of RGB (Red+Green+Blue) = 154+161+127=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA17F is #655E80. Grayscale: #9B9B9B. Windows color (decimal): -6643329 or 8364442. OLE color: 8364442.

HSL color Cylindrical-coordinate representation of color #9AA17F: hue angle of 72.35º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA17F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB154161127-
CMYK0.0400.210.37
HSL72.35º15.32%56.47%-
HSV(B)72.35º21.12%63.14%-
XYZ29.933.8925.04-
YUV155.03112.18127.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 127 (50% from 255) = 28.73%
R=34.84%
G=36.43%
B=28.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541611270.0400.210.3772.3515.3256.47
Hex9AA17F40152548f38
Octal2322411774025451101770
Binary1001101010100001111111110001010110010110010001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,161,127); }

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

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

 a { background-color: rgb(154,161,127); }

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

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

 span { border-color: rgb(154,161,127); }

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