#A5AA96

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

Shades of Green Spring #A5AA96

Tints of Green Spring #A5AA96

Color information

#A5AA96 (or 0xA5AA96) is unknown color: approx Green Spring. HEX triplet: A5, AA and 96. RGB value is (165,170,150). Sum of RGB (Red+Green+Blue) = 165+170+150=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA96 is #5A5569. Grayscale: #A6A6A6. Windows color (decimal): -5920106 or 9874085. OLE color: 9874085.

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

Color convert

RGB165170150-
CMYK0.0300.120.33
HSL75º10.53%62.75%-
HSV(B)75º11.76%66.67%-
XYZ35.438.9534.51-
YUV166.22118.84127.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=34.02%
G=35.05%
B=30.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701500.0300.120.337510.5362.75
HexA5AA9630C214bb3f
Octal2452522263014411131377
Binary101001011010101010010110110110010000110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA96; }

 p { color: rgb(165,170,150); }

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

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

 a { background-color: rgb(165,170,150); }

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

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

 span { border-color: rgb(165,170,150); }

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