#A5AF93

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

Shades of Green Spring #A5AF93

Tints of Green Spring #A5AF93

Color information

#A5AF93 (or 0xA5AF93) is unknown color: approx Green Spring. HEX triplet: A5, AF and 93. RGB value is (165,175,147). Sum of RGB (Red+Green+Blue) = 165+175+147=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF93 is #5A506C. Grayscale: #A8A8A8. Windows color (decimal): -5918829 or 9678757. OLE color: 9678757.

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

Color convert

RGB165175147-
CMYK0.0600.160.31
HSL81.43º14.89%63.14%-
HSV(B)81.43º16%68.63%-
XYZ36.1140.7733.57-
YUV168.82115.69125.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=33.88%
G=35.93%
B=30.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751470.0600.160.3181.4314.8963.14
HexA5AF9360101F51f3f
Octal2452572236020371211777
Binary1010010110101111100100111100100001111110100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF93; }

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

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

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

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

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

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

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

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