#AAFAA6

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

Shades of Pale Green #AAFAA6

Tints of Pale Green #AAFAA6

Color information

#AAFAA6 (or 0xAAFAA6) is unknown color: approx Pale Green. HEX triplet: AA, FA and A6. RGB value is (170,250,166). Sum of RGB (Red+Green+Blue) = 170+250+166=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAA6 is #550559. Grayscale: #D8D8D8. Windows color (decimal): -5571930 or 10943146. OLE color: 10943146.

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

Color convert

RGB170250166-
CMYK0.3200.340.02
HSL117.14º89.36%81.57%-
HSV(B)117.14º33.6%98.04%-
XYZ57.6579.6748.42-
YUV216.599.594.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 166 (65.23% from 255) = 28.33%
R=29.01%
G=42.66%
B=28.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501660.3200.340.02117.1489.3681.57
HexAAFAA6200222755952
Octal252372246400422165131122
Binary101010101111101010100110100000010001010111010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAA6; }

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

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

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

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

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

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

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

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