#AAF9A4

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

Shades of Pale Green #AAF9A4

Tints of Pale Green #AAF9A4

Color information

#AAF9A4 (or 0xAAF9A4) is unknown color: approx Pale Green. HEX triplet: AA, F9 and A4. RGB value is (170,249,164). Sum of RGB (Red+Green+Blue) = 170+249+164=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF9A4 is #55065B. Grayscale: #D7D7D7. Windows color (decimal): -5572188 or 10811818. OLE color: 10811818.

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

Color convert

RGB170249164-
CMYK0.3200.340.02
HSL115.76º87.63%80.98%-
HSV(B)115.76º34.14%97.65%-
XYZ57.1578.9847.35-
YUV215.6998.8395.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 164 (64.45% from 255) = 28.13%
R=29.16%
G=42.71%
B=28.13%

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
Decimal1702491640.3200.340.02115.7687.6380.98
HexAAF9A4200222745851
Octal252371244400422164130121
Binary101010101111100110100100100000010001010111010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9A4; }

 p { color: rgb(170,249,164); }

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

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

 a { background-color: rgb(170,249,164); }

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

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

 span { border-color: rgb(170,249,164); }

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