#AAFDAD

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

Shades of Pale Green #AAFDAD

Tints of Pale Green #AAFDAD

Color information

#AAFDAD (or 0xAAFDAD) is unknown color: approx Pale Green. HEX triplet: AA, FD and AD. RGB value is (170,253,173). Sum of RGB (Red+Green+Blue) = 170+253+173=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDAD is #550252. Grayscale: #DBDBDB. Windows color (decimal): -5571155 or 11402666. OLE color: 11402666.

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

Color convert

RGB170253173-
CMYK0.3300.320.01
HSL122.17º95.4%82.94%-
HSV(B)122.17º32.81%99.22%-
XYZ59.2581.8152.2-
YUV219.0610293-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=28.52%
G=42.45%
B=29.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531730.3300.320.01122.1795.482.94
HexAAFDAD2102017a5f53
Octal252375255410401172137123
Binary10101010111111011010110110000101000001111101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDAD; }

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

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

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

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

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

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

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

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