#A5AC91

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

Shades of Green Spring #A5AC91

Tints of Green Spring #A5AC91

Color information

#A5AC91 (or 0xA5AC91) is unknown color: approx Green Spring. HEX triplet: A5, AC and 91. RGB value is (165,172,145). Sum of RGB (Red+Green+Blue) = 165+172+145=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC91 is #5A536E. Grayscale: #A6A6A6. Windows color (decimal): -5919599 or 9546917. OLE color: 9546917.

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

Color convert

RGB165172145-
CMYK0.0400.160.33
HSL75.56º13.99%62.16%-
HSV(B)75.56º15.7%67.45%-
XYZ35.3839.5532.56-
YUV166.83115.68126.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=34.23%
G=35.68%
B=30.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721450.0400.160.3375.5613.9962.16
HexA5AC914010214ce3e
Octal2452542214020411141676
Binary10100101101011001001000110001000010000110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC91; }

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

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

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

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

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

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

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

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