#A9AF93

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

Shades of Green Spring #A9AF93

Tints of Green Spring #A9AF93

Color information

#A9AF93 (or 0xA9AF93) is unknown color: approx Green Spring. HEX triplet: A9, AF and 93. RGB value is (169,175,147). Sum of RGB (Red+Green+Blue) = 169+175+147=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF93 is #56506C. Grayscale: #AAAAAA. Windows color (decimal): -5656685 or 9678761. OLE color: 9678761.

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

Color convert

RGB169175147-
CMYK0.0300.160.31
HSL72.86º14.89%63.14%-
HSV(B)72.86º16%68.63%-
XYZ36.9641.233.61-
YUV170.01115.01127.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=34.42%
G=35.64%
B=29.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751470.0300.160.3172.8614.8963.14
HexA9AF9330101F49f3f
Octal2512572233020371111777
Binary101010011010111110010011110100001111110010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF93; }

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

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

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

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

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

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

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

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