#AAFAA9

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

Shades of Pale Green #AAFAA9

Tints of Pale Green #AAFAA9

Color information

#AAFAA9 (or 0xAAFAA9) is unknown color: approx Pale Green. HEX triplet: AA, FA and A9. RGB value is (170,250,169). Sum of RGB (Red+Green+Blue) = 170+250+169=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAA9 is #550556. Grayscale: #D9D9D9. Windows color (decimal): -5571927 or 11139754. OLE color: 11139754.

HSL color Cylindrical-coordinate representation of color #AAFAA9: hue angle of 119.26º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAA9 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB170250169-
CMYK0.3200.320.02
HSL119.26º89.01%82.16%-
HSV(B)119.26º32.4%98.04%-
XYZ57.9279.7849.88-
YUV216.8510194.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 169 (66.41% from 255) = 28.69%
R=28.86%
G=42.44%
B=28.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501690.3200.320.02119.2689.0182.16
HexAAFAA9200202775952
Octal252372251400402167131122
Binary101010101111101010101001100000010000010111011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAA9; }

 p { color: rgb(170,250,169); }

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

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

 a { background-color: rgb(170,250,169); }

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

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

 span { border-color: rgb(170,250,169); }

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