#A5A999

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

Shades of Green Spring #A5A999

Tints of Green Spring #A5A999

Color information

#A5A999 (or 0xA5A999) is unknown color: approx Green Spring. HEX triplet: A5, A9 and 99. RGB value is (165,169,153). Sum of RGB (Red+Green+Blue) = 165+169+153=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A999 is #5A5666. Grayscale: #A6A6A6. Windows color (decimal): -5920359 or 10070437. OLE color: 10070437.

HSL color Cylindrical-coordinate representation of color #A5A999: hue angle of 75º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5A999 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB165169153-
CMYK0.0200.090.34
HSL75º8.51%63.14%-
HSV(B)75º9.47%66.27%-
XYZ35.4538.6835.73-
YUV165.98120.67127.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=33.88%
G=34.70%
B=31.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691530.0200.090.34758.5163.14
HexA5A999209224b93f
Octal2452512312011421131177
Binary101001011010100110011001100100110001010010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A999; }

 p { color: rgb(165,169,153); }

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

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

 a { background-color: rgb(165,169,153); }

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

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

 span { border-color: rgb(165,169,153); }

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