#AAF69D

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

Shades of Pale Green #AAF69D

Tints of Pale Green #AAF69D

Color information

#AAF69D (or 0xAAF69D) is unknown color: approx Pale Green. HEX triplet: AA, F6 and 9D. RGB value is (170,246,157). Sum of RGB (Red+Green+Blue) = 170+246+157=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF69D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF69D is #550962. Grayscale: #D5D5D5. Windows color (decimal): -5572963 or 10352298. OLE color: 10352298.

HSL color Cylindrical-coordinate representation of color #AAF69D: hue angle of 111.24º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAF69D is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB170246157-
CMYK0.3100.360.04
HSL111.24º83.18%79.02%-
HSV(B)111.24º36.18%96.47%-
XYZ55.6276.8943.81-
YUV213.1396.3297.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 246 (96.48% from 255) = 42.93%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=29.67%
G=42.93%
B=27.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702461570.3100.360.04111.2483.1879.02
HexAAF69D1F02446f534f
Octal252366235370444157123117
Binary101010101111011010011101111110100100100110111110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF69D; }

 p { color: rgb(170,246,157); }

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

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

 a { background-color: rgb(170,246,157); }

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

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

 span { border-color: rgb(170,246,157); }

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