#AAFDA4

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

Shades of Pale Green #AAFDA4

Tints of Pale Green #AAFDA4

Color information

#AAFDA4 (or 0xAAFDA4) is unknown color: approx Pale Green. HEX triplet: AA, FD and A4. RGB value is (170,253,164). Sum of RGB (Red+Green+Blue) = 170+253+164=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDA4 is #55025B. Grayscale: #DADADA. Windows color (decimal): -5571164 or 10812842. OLE color: 10812842.

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

Color convert

RGB170253164-
CMYK0.3300.350.01
HSL115.96º95.7%81.76%-
HSV(B)115.96º35.18%99.22%-
XYZ58.481.4847.77-
YUV218.0497.593.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 253 (99.22% from 255) = 43.10%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=28.96%
G=43.10%
B=27.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531640.3300.350.01115.9695.781.76
HexAAFDA4210231746052
Octal252375244410431164140122
Binary10101010111111011010010010000101000111111010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDA4; }

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

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

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

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

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

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

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

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