#A9AF99

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

Shades of Green Spring #A9AF99

Tints of Green Spring #A9AF99

Color information

#A9AF99 (or 0xA9AF99) is unknown color: approx Green Spring. HEX triplet: A9, AF and 99. RGB value is (169,175,153). Sum of RGB (Red+Green+Blue) = 169+175+153=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF99 is #565066. Grayscale: #AAAAAA. Windows color (decimal): -5656679 or 10071977. OLE color: 10071977.

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

Color convert

RGB169175153-
CMYK0.0300.130.31
HSL76.36º12.09%64.31%-
HSV(B)76.36º12.57%68.63%-
XYZ37.4441.3936.15-
YUV170.7118.01126.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=34.00%
G=35.21%
B=30.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751530.0300.130.3176.3612.0964.31
HexA9AF9930D1F4cc40
Octal25125723130153711414100
Binary101010011010111110011001110110111111100110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF99; }

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

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

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

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

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

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

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

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