#AAAF97

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

Shades of Green Spring #AAAF97

Tints of Green Spring #AAAF97

Color information

#AAAF97 (or 0xAAAF97) is unknown color: approx Green Spring. HEX triplet: AA, AF and 97. RGB value is (170,175,151). Sum of RGB (Red+Green+Blue) = 170+175+151=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF97 is #555068. Grayscale: #AAAAAA. Windows color (decimal): -5591145 or 9940906. OLE color: 9940906.

HSL color Cylindrical-coordinate representation of color #AAAF97: hue angle of 72.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAAF97 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB170175151-
CMYK0.0300.140.31
HSL72.5º13.04%63.92%-
HSV(B)72.5º13.71%68.63%-
XYZ37.4941.4435.3-
YUV170.77116.84127.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=34.27%
G=35.28%
B=30.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751510.0300.140.3172.513.0463.92
HexAAAF9730E1F48d40
Octal25225722730163711015100
Binary101010101010111110010111110111011111100100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF97; }

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

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

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

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

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

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

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

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