#AAF5A5

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

Shades of Pale Green #AAF5A5

Tints of Pale Green #AAF5A5

Color information

#AAF5A5 (or 0xAAF5A5) is unknown color: approx Pale Green. HEX triplet: AA, F5 and A5. RGB value is (170,245,165). Sum of RGB (Red+Green+Blue) = 170+245+165=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF5A5 is #550A5A. Grayscale: #D5D5D5. Windows color (decimal): -5573211 or 10876330. OLE color: 10876330.

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

Color convert

RGB170245165-
CMYK0.3100.330.04
HSL116.25º80%80.39%-
HSV(B)116.25º32.65%96.08%-
XYZ56.0276.5747.42-
YUV213.46100.6597-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 245 (96.09% from 255) = 42.24%
BLUE value IS 165 (64.84% from 255) = 28.45%
R=29.31%
G=42.24%
B=28.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702451650.3100.330.04116.258080.39
HexAAF5A51F0214745050
Octal252365245370414164120120
Binary101010101111010110100101111110100001100111010010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF5A5; }

 p { color: rgb(170,245,165); }

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

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

 a { background-color: rgb(170,245,165); }

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

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

 span { border-color: rgb(170,245,165); }

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