#AAFD9F

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

Shades of Pale Green #AAFD9F

Tints of Pale Green #AAFD9F

Color information

#AAFD9F (or 0xAAFD9F) is unknown color: approx Pale Green. HEX triplet: AA, FD and 9F. RGB value is (170,253,159). Sum of RGB (Red+Green+Blue) = 170+253+159=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFD9F is #550260. Grayscale: #D9D9D9. Windows color (decimal): -5571169 or 10485162. OLE color: 10485162.

HSL color Cylindrical-coordinate representation of color #AAFD9F: hue angle of 112.98º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAFD9F is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB170253159-
CMYK0.3300.370.01
HSL112.98º95.92%80.78%-
HSV(B)112.98º37.15%99.22%-
XYZ57.9681.345.44-
YUV217.479594.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 253 (99.22% from 255) = 43.47%
BLUE value IS 159 (62.5% from 255) = 27.32%
R=29.21%
G=43.47%
B=27.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531590.3300.370.01112.9895.9280.78
HexAAFD9F210251716051
Octal252375237410451161140121
Binary10101010111111011001111110000101001011111000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD9F; }

 p { color: rgb(170,253,159); }

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

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

 a { background-color: rgb(170,253,159); }

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

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

 span { border-color: rgb(170,253,159); }

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