#AAF98D

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

Shades of Pale Green #AAF98D

Tints of Pale Green #AAF98D

Color information

#AAF98D (or 0xAAF98D) is unknown color: approx Pale Green. HEX triplet: AA, F9 and 8D. RGB value is (170,249,141). Sum of RGB (Red+Green+Blue) = 170+249+141=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF98D is #550672. Grayscale: #D5D5D5. Windows color (decimal): -5572211 or 9304490. OLE color: 9304490.

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

Color convert

RGB170249141-
CMYK0.3200.430.02
HSL103.89º90%76.47%-
HSV(B)103.89º43.37%97.65%-
XYZ55.2678.2237.38-
YUV213.0787.3397.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 249 (97.66% from 255) = 44.46%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=30.36%
G=44.46%
B=25.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491410.3200.430.02103.899076.47
HexAAF98D2002B2685a4c
Octal252371215400532150132114
Binary101010101111100110001101100000010101110110100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF98D; }

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

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

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

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

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

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

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

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