#A4AA94

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

Shades of Green Spring #A4AA94

Tints of Green Spring #A4AA94

Color information

#A4AA94 (or 0xA4AA94) is unknown color: approx Green Spring. HEX triplet: A4, AA and 94. RGB value is (164,170,148). Sum of RGB (Red+Green+Blue) = 164+170+148=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA94 is #5B556B. Grayscale: #A5A5A5. Windows color (decimal): -5985644 or 9743012. OLE color: 9743012.

HSL color Cylindrical-coordinate representation of color #A4AA94: hue angle of 76.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4AA94 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB164170148-
CMYK0.0400.130.33
HSL76.36º11.46%62.35%-
HSV(B)76.36º12.94%66.67%-
XYZ35.0338.7833.66-
YUV165.7118.01126.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=34.02%
G=35.27%
B=30.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641701480.0400.130.3376.3611.4662.35
HexA4AA9440D214cb3e
Octal2442522244015411141376
Binary1010010010101010100101001000110110000110011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA94; }

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

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

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

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

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

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

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

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