#A5AF96

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

Shades of Green Spring #A5AF96

Tints of Green Spring #A5AF96

Color information

#A5AF96 (or 0xA5AF96) is unknown color: approx Green Spring. HEX triplet: A5, AF and 96. RGB value is (165,175,150). Sum of RGB (Red+Green+Blue) = 165+175+150=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF96 is #5A5069. Grayscale: #A9A9A9. Windows color (decimal): -5918826 or 9875365. OLE color: 9875365.

HSL color Cylindrical-coordinate representation of color #A5AF96: hue angle of 84º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5AF96 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB165175150-
CMYK0.0600.140.31
HSL84º13.51%63.73%-
HSV(B)84º14.29%68.63%-
XYZ36.3540.8634.83-
YUV169.16117.19125.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=33.67%
G=35.71%
B=30.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751500.0600.140.318413.5163.73
HexA5AF9660E1F54e40
Octal24525722660163712416100
Binary1010010110101111100101101100111011111101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF96; }

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

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

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

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

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

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

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

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