#A9AF98

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

Shades of Green Spring #A9AF98

Tints of Green Spring #A9AF98

Color information

#A9AF98 (or 0xA9AF98) is unknown color: approx Green Spring. HEX triplet: A9, AF and 98. RGB value is (169,175,152). Sum of RGB (Red+Green+Blue) = 169+175+152=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF98 is #565067. Grayscale: #AAAAAA. Windows color (decimal): -5656680 or 10006441. OLE color: 10006441.

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

Color convert

RGB169175152-
CMYK0.0300.130.31
HSL75.65º12.57%64.12%-
HSV(B)75.65º13.14%68.63%-
XYZ37.3641.3635.72-
YUV170.58117.51126.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=34.07%
G=35.28%
B=30.65%

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
Decimal1691751520.0300.130.3175.6512.5764.12
HexA9AF9830D1F4cd40
Octal25125723030153711415100
Binary101010011010111110011000110110111111100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF98; }

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

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

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

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

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

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

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

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