#A2AC91

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

Shades of Green Spring #A2AC91

Tints of Green Spring #A2AC91

Color information

#A2AC91 (or 0xA2AC91) is unknown color: approx Green Spring. HEX triplet: A2, AC and 91. RGB value is (162,172,145). Sum of RGB (Red+Green+Blue) = 162+172+145=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC91 is #5D536E. Grayscale: #A6A6A6. Windows color (decimal): -6116207 or 9546914. OLE color: 9546914.

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

Color convert

RGB162172145-
CMYK0.0600.160.33
HSL82.22º13.99%62.16%-
HSV(B)82.22º15.7%67.45%-
XYZ34.7639.2332.53-
YUV165.93116.19125.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=33.82%
G=35.91%
B=30.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721450.0600.160.3382.2213.9962.16
HexA2AC9160102152e3e
Octal2422542216020411221676
Binary10100010101011001001000111001000010000110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC91; }

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

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

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

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

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

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

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

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