#AAF9A8

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

Shades of Pale Green #AAF9A8

Tints of Pale Green #AAF9A8

Color information

#AAF9A8 (or 0xAAF9A8) is unknown color: approx Pale Green. HEX triplet: AA, F9 and A8. RGB value is (170,249,168). Sum of RGB (Red+Green+Blue) = 170+249+168=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF9A8 is #550657. Grayscale: #D8D8D8. Windows color (decimal): -5572184 or 11073962. OLE color: 11073962.

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

Color convert

RGB170249168-
CMYK0.3200.330.02
HSL118.52º87.1%81.76%-
HSV(B)118.52º32.53%97.65%-
XYZ57.5279.1249.29-
YUV216.14100.8395.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 168 (66.02% from 255) = 28.62%
R=28.96%
G=42.42%
B=28.62%

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
Decimal1702491680.3200.330.02118.5287.181.76
HexAAF9A8200212775752
Octal252371250400412167127122
Binary101010101111100110101000100000010000110111011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9A8; }

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

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

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

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

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

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

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

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