#AAFA8D

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

Shades of Pale Green #AAFA8D

Tints of Pale Green #AAFA8D

Color information

#AAFA8D (or 0xAAFA8D) is unknown color: approx Pale Green. HEX triplet: AA, FA and 8D. RGB value is (170,250,141). Sum of RGB (Red+Green+Blue) = 170+250+141=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFA8D is #550572. Grayscale: #D6D6D6. Windows color (decimal): -5571955 or 9304746. OLE color: 9304746.

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

Color convert

RGB170250141-
CMYK0.3200.440.02
HSL104.04º91.6%76.67%-
HSV(B)104.04º43.6%98.04%-
XYZ55.5778.8437.49-
YUV213.658796.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 141 (55.47% from 255) = 25.13%
R=30.30%
G=44.56%
B=25.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501410.3200.440.02104.0491.676.67
HexAAFA8D2002C2685c4d
Octal252372215400542150134115
Binary101010101111101010001101100000010110010110100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFA8D; }

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

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

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

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

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

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

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

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