#A2AC93

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

Shades of Green Spring #A2AC93

Tints of Green Spring #A2AC93

Color information

#A2AC93 (or 0xA2AC93) is unknown color: approx Green Spring. HEX triplet: A2, AC and 93. RGB value is (162,172,147). Sum of RGB (Red+Green+Blue) = 162+172+147=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC93 is #5D536C. Grayscale: #A6A6A6. Windows color (decimal): -6116205 or 9677986. OLE color: 9677986.

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

Color convert

RGB162172147-
CMYK0.0600.150.33
HSL84º13.09%62.55%-
HSV(B)84º14.53%67.45%-
XYZ34.9239.2933.35-
YUV166.16117.19125.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=33.68%
G=35.76%
B=30.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721470.0600.150.338413.0962.55
HexA2AC9360F2154d3f
Octal2422542236017411241577
Binary1010001010101100100100111100111110000110101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC93; }

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

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

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

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

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

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

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

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