#A5AC90

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

Shades of Green Spring #A5AC90

Tints of Green Spring #A5AC90

Color information

#A5AC90 (or 0xA5AC90) is unknown color: approx Green Spring. HEX triplet: A5, AC and 90. RGB value is (165,172,144). Sum of RGB (Red+Green+Blue) = 165+172+144=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AC90 is #5A536F. Grayscale: #A6A6A6. Windows color (decimal): -5919600 or 9481381. OLE color: 9481381.

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

Color convert

RGB165172144-
CMYK0.0400.160.33
HSL75º14.43%61.96%-
HSV(B)75º16.28%67.45%-
XYZ35.339.5232.15-
YUV166.72115.18126.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=34.30%
G=35.76%
B=29.94%

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
Decimal1651721440.0400.160.337514.4361.96
HexA5AC904010214be3e
Octal2452542204020411131676
Binary10100101101011001001000010001000010000110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC90; }

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

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

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

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

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

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

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

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