#A5AC97

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

Shades of Green Spring #A5AC97

Tints of Green Spring #A5AC97

Color information

#A5AC97 (or 0xA5AC97) is unknown color: approx Green Spring. HEX triplet: A5, AC and 97. RGB value is (165,172,151). Sum of RGB (Red+Green+Blue) = 165+172+151=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC97 is #5A5368. Grayscale: #A7A7A7. Windows color (decimal): -5919593 or 9940133. OLE color: 9940133.

HSL color Cylindrical-coordinate representation of color #A5AC97: hue angle of 80º 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 #A5AC97 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB165172151-
CMYK0.0400.120.33
HSL80º11.23%63.33%-
HSV(B)80º12.21%67.45%-
XYZ35.8639.7435.06-
YUV167.51118.68126.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=33.81%
G=35.25%
B=30.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721510.0400.120.338011.2363.33
HexA5AC9740C2150b3f
Octal2452542274014411201377
Binary1010010110101100100101111000110010000110100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC97; }

 p { color: rgb(165,172,151); }

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

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

 a { background-color: rgb(165,172,151); }

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

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

 span { border-color: rgb(165,172,151); }

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