#AAAE97

Color #AAAE97 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AAAE97

Tints of Green Spring #AAAE97

Color information

#AAAE97 (or 0xAAAE97) is unknown color: approx Green Spring. HEX triplet: AA, AE and 97. RGB value is (170,174,151). Sum of RGB (Red+Green+Blue) = 170+174+151=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE97 is #555168. Grayscale: #AAAAAA. Windows color (decimal): -5591401 or 9940650. OLE color: 9940650.

HSL color Cylindrical-coordinate representation of color #AAAE97: hue angle of 70.43º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAAE97 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB170174151-
CMYK0.0200.130.32
HSL70.43º12.43%63.73%-
HSV(B)70.43º13.22%68.24%-
XYZ37.341.0535.24-
YUV170.18117.17127.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=34.34%
G=35.15%
B=30.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741510.0200.130.3270.4312.4363.73
HexAAAE9720D2046c40
Octal25225622720154010614100
Binary1010101010101110100101111001101100000100011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE97; }

 p { color: rgb(170,174,151); }

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

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

 a { background-color: rgb(170,174,151); }

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

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

 span { border-color: rgb(170,174,151); }

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