#A5AC96

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

Shades of Green Spring #A5AC96

Tints of Green Spring #A5AC96

Color information

#A5AC96 (or 0xA5AC96) is unknown color: approx Green Spring. HEX triplet: A5, AC and 96. RGB value is (165,172,150). Sum of RGB (Red+Green+Blue) = 165+172+150=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC96 is #5A5369. Grayscale: #A7A7A7. Windows color (decimal): -5919594 or 9874597. OLE color: 9874597.

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

Color convert

RGB165172150-
CMYK0.0400.130.33
HSL79.09º11.7%63.14%-
HSV(B)79.09º12.79%67.45%-
XYZ35.7739.7134.63-
YUV167.4118.18126.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=33.88%
G=35.32%
B=30.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651721500.0400.130.3379.0911.763.14
HexA5AC9640D214fc3f
Octal2452542264015411171477
Binary1010010110101100100101101000110110000110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC96; }

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

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

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

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

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

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

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

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