#AAAF94

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

Shades of Green Spring #AAAF94

Tints of Green Spring #AAAF94

Color information

#AAAF94 (or 0xAAAF94) is unknown color: approx Green Spring. HEX triplet: AA, AF and 94. RGB value is (170,175,148). Sum of RGB (Red+Green+Blue) = 170+175+148=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF94 is #55506B. Grayscale: #AAAAAA. Windows color (decimal): -5591148 or 9744298. OLE color: 9744298.

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

Color convert

RGB170175148-
CMYK0.0300.150.31
HSL71.11º14.44%63.33%-
HSV(B)71.11º15.43%68.63%-
XYZ37.2541.3434.03-
YUV170.43115.34127.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=34.48%
G=35.50%
B=30.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751480.0300.150.3171.1114.4463.33
HexAAAF9430F1F47e3f
Octal2522572243017371071677
Binary10101010101011111001010011011111111110001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF94; }

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

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

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

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

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

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

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

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