#9AA97F

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

Shades of Sage #9AA97F

Tints of Sage #9AA97F

Color information

#9AA97F (or 0x9AA97F) is unknown color: approx Sage. HEX triplet: 9A, A9 and 7F. RGB value is (154,169,127). Sum of RGB (Red+Green+Blue) = 154+169+127=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA97F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA97F is #655680. Grayscale: #9F9F9F. Windows color (decimal): -6641281 or 8366490. OLE color: 8366490.

HSL color Cylindrical-coordinate representation of color #9AA97F: hue angle of 81.43º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AA97F is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB154169127-
CMYK0.0900.250.34
HSL81.43º19.63%58.04%-
HSV(B)81.43º24.85%66.27%-
XYZ31.3536.7825.53-
YUV159.73109.53123.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.22%
GREEN value IS 169 (66.41% from 255) = 37.56%
BLUE value IS 127 (50% from 255) = 28.22%
R=34.22%
G=37.56%
B=28.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691270.0900.250.3481.4319.6358.04
Hex9AA97F90192251143a
Octal23225117711031421212472
Binary100110101010100111111111001011001100010101000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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