#9AA971

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

Shades of Sage #9AA971

Tints of Sage #9AA971

Color information

#9AA971 (or 0x9AA971) is unknown color: approx Sage. HEX triplet: 9A, A9 and 71. RGB value is (154,169,113). Sum of RGB (Red+Green+Blue) = 154+169+113=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA971 is #65568E. Grayscale: #9E9E9E. Windows color (decimal): -6641295 or 7448986. OLE color: 7448986.

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

Color convert

RGB154169113-
CMYK0.0900.330.34
HSL76.07º24.56%55.29%-
HSV(B)76.07º33.14%66.27%-
XYZ30.536.4421.05-
YUV158.13102.53125.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=35.32%
G=38.76%
B=25.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691130.0900.330.3476.0724.5655.29
Hex9AA9719021224c1937
Octal23225116111041421143167
Binary1001101010101001111000110010100001100010100110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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