#AAFAA1

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

Shades of Pale Green #AAFAA1

Tints of Pale Green #AAFAA1

Color information

#AAFAA1 (or 0xAAFAA1) is unknown color: approx Pale Green. HEX triplet: AA, FA and A1. RGB value is (170,250,161). Sum of RGB (Red+Green+Blue) = 170+250+161=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAA1 is #55055E. Grayscale: #D8D8D8. Windows color (decimal): -5571935 or 10615466. OLE color: 10615466.

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

Color convert

RGB170250161-
CMYK0.3200.360.02
HSL113.93º89.9%80.59%-
HSV(B)113.93º35.6%98.04%-
XYZ57.279.4946.05-
YUV215.939795.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 161 (63.28% from 255) = 27.71%
R=29.26%
G=43.03%
B=27.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501610.3200.360.02113.9389.980.59
HexAAFAA1200242725a51
Octal252372241400442162132121
Binary101010101111101010100001100000010010010111001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAA1; }

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

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

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

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

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

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

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

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