#A4AC95

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

Shades of Green Spring #A4AC95

Tints of Green Spring #A4AC95

Color information

#A4AC95 (or 0xA4AC95) is unknown color: approx Green Spring. HEX triplet: A4, AC and 95. RGB value is (164,172,149). Sum of RGB (Red+Green+Blue) = 164+172+149=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC95 is #5B536A. Grayscale: #A7A7A7. Windows color (decimal): -5985131 or 9809060. OLE color: 9809060.

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

Color convert

RGB164172149-
CMYK0.0500.130.33
HSL80.87º12.17%62.94%-
HSV(B)80.87º13.37%67.45%-
XYZ35.4939.5734.2-
YUV166.99117.85125.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=33.81%
G=35.46%
B=30.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641721490.0500.130.3380.8712.1762.94
HexA4AC9550D2151c3f
Octal2442542255015411211477
Binary1010010010101100100101011010110110000110100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC95; }

 p { color: rgb(164,172,149); }

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

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

 a { background-color: rgb(164,172,149); }

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

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

 span { border-color: rgb(164,172,149); }

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