#AAFAA7

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

Shades of Pale Green #AAFAA7

Tints of Pale Green #AAFAA7

Color information

#AAFAA7 (or 0xAAFAA7) is unknown color: approx Pale Green. HEX triplet: AA, FA and A7. RGB value is (170,250,167). Sum of RGB (Red+Green+Blue) = 170+250+167=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAA7 is #550558. Grayscale: #D8D8D8. Windows color (decimal): -5571929 or 11008682. OLE color: 11008682.

HSL color Cylindrical-coordinate representation of color #AAFAA7: hue angle of 117.83º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFAA7 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB170250167-
CMYK0.3200.330.02
HSL117.83º89.25%81.76%-
HSV(B)117.83º33.2%98.04%-
XYZ57.7479.7148.9-
YUV216.6210094.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 167 (65.62% from 255) = 28.45%
R=28.96%
G=42.59%
B=28.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501670.3200.330.02117.8389.2581.76
HexAAFAA7200212765952
Octal252372247400412166131122
Binary101010101111101010100111100000010000110111011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAA7; }

 p { color: rgb(170,250,167); }

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

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

 a { background-color: rgb(170,250,167); }

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

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

 span { border-color: rgb(170,250,167); }

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