#AAF99D

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

Shades of Pale Green #AAF99D

Tints of Pale Green #AAF99D

Color information

#AAF99D (or 0xAAF99D) is unknown color: approx Pale Green. HEX triplet: AA, F9 and 9D. RGB value is (170,249,157). Sum of RGB (Red+Green+Blue) = 170+249+157=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF99D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF99D is #550662. Grayscale: #D7D7D7. Windows color (decimal): -5572195 or 10353066. OLE color: 10353066.

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

Color convert

RGB170249157-
CMYK0.3200.370.02
HSL111.52º88.46%79.61%-
HSV(B)111.52º36.95%97.65%-
XYZ56.5478.7344.12-
YUV214.8995.3395.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=29.51%
G=43.23%
B=27.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491570.3200.370.02111.5288.4679.61
HexAAF99D200252705850
Octal252371235400452160130120
Binary101010101111100110011101100000010010110111000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF99D; }

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

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

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

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

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

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

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

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