#AAFAA8

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

Shades of Pale Green #AAFAA8

Tints of Pale Green #AAFAA8

Color information

#AAFAA8 (or 0xAAFAA8) is unknown color: approx Pale Green. HEX triplet: AA, FA and A8. RGB value is (170,250,168). Sum of RGB (Red+Green+Blue) = 170+250+168=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAA8 is #550557. Grayscale: #D8D8D8. Windows color (decimal): -5571928 or 11074218. OLE color: 11074218.

HSL color Cylindrical-coordinate representation of color #AAFAA8: hue angle of 118.54º 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 #AAFAA8 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB170250168-
CMYK0.3200.330.02
HSL118.54º89.13%81.96%-
HSV(B)118.54º32.8%98.04%-
XYZ57.8379.7449.39-
YUV216.73100.594.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.91%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 168 (66.02% from 255) = 28.57%
R=28.91%
G=42.52%
B=28.57%

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
Decimal1702501680.3200.330.02118.5489.1381.96
HexAAFAA8200212775952
Octal252372250400412167131122
Binary101010101111101010101000100000010000110111011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAA8; }

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

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

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

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

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

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

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

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