#AAFDA2

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

Shades of Pale Green #AAFDA2

Tints of Pale Green #AAFDA2

Color information

#AAFDA2 (or 0xAAFDA2) is unknown color: approx Pale Green. HEX triplet: AA, FD and A2. RGB value is (170,253,162). Sum of RGB (Red+Green+Blue) = 170+253+162=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDA2 is #55025D. Grayscale: #DADADA. Windows color (decimal): -5571166 or 10681770. OLE color: 10681770.

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

Color convert

RGB170253162-
CMYK0.3300.360.01
HSL114.73º95.79%81.37%-
HSV(B)114.73º35.97%99.22%-
XYZ58.2281.4146.83-
YUV217.8196.593.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 162 (63.67% from 255) = 27.69%
R=29.06%
G=43.25%
B=27.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531620.3300.360.01114.7395.7981.37
HexAAFDA2210241736051
Octal252375242410441163140121
Binary10101010111111011010001010000101001001111001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDA2; }

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

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

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

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

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

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

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

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