#AAFD9E

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

Shades of Pale Green #AAFD9E

Tints of Pale Green #AAFD9E

Color information

#AAFD9E (or 0xAAFD9E) is unknown color: approx Pale Green. HEX triplet: AA, FD and 9E. RGB value is (170,253,158). Sum of RGB (Red+Green+Blue) = 170+253+158=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFD9E is #550261. Grayscale: #D9D9D9. Windows color (decimal): -5571170 or 10419626. OLE color: 10419626.

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

Color convert

RGB170253158-
CMYK0.3300.380.01
HSL112.42º95.96%80.59%-
HSV(B)112.42º37.55%99.22%-
XYZ57.8781.2744.98-
YUV217.3594.594.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 253 (99.22% from 255) = 43.55%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=29.26%
G=43.55%
B=27.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531580.3300.380.01112.4295.9680.59
HexAAFD9E210261706051
Octal252375236410461160140121
Binary10101010111111011001111010000101001101111000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD9E; }

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

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

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

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

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

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

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

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