#AAFDA0

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

Shades of Pale Green #AAFDA0

Tints of Pale Green #AAFDA0

Color information

#AAFDA0 (or 0xAAFDA0) is unknown color: approx Pale Green. HEX triplet: AA, FD and A0. RGB value is (170,253,160). Sum of RGB (Red+Green+Blue) = 170+253+160=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDA0 is #55025F. Grayscale: #D9D9D9. Windows color (decimal): -5571168 or 10550698. OLE color: 10550698.

HSL color Cylindrical-coordinate representation of color #AAFDA0: hue angle of 113.55º 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 #AAFDA0 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB170253160-
CMYK0.3300.370.01
HSL113.55º95.88%80.98%-
HSV(B)113.55º36.76%99.22%-
XYZ58.0581.3345.9-
YUV217.5895.594.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 253 (99.22% from 255) = 43.40%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=29.16%
G=43.40%
B=27.44%

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
Decimal1702531600.3300.370.01113.5595.8880.98
HexAAFDA0210251726051
Octal252375240410451162140121
Binary10101010111111011010000010000101001011111001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDA0; }

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

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

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

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

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

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

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

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