#AAFB9C

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

Shades of Pale Green #AAFB9C

Tints of Pale Green #AAFB9C

Color information

#AAFB9C (or 0xAAFB9C) is unknown color: approx Pale Green. HEX triplet: AA, FB and 9C. RGB value is (170,251,156). Sum of RGB (Red+Green+Blue) = 170+251+156=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFB9C is #550463. Grayscale: #D8D8D8. Windows color (decimal): -5571684 or 10288042. OLE color: 10288042.

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

Color convert

RGB170251156-
CMYK0.3200.380.02
HSL111.16º92.23%79.8%-
HSV(B)111.16º37.85%98.43%-
XYZ57.0879.9443.87-
YUV215.9594.1695.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 251 (98.44% from 255) = 43.50%
BLUE value IS 156 (61.33% from 255) = 27.04%
R=29.46%
G=43.50%
B=27.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511560.3200.380.02111.1692.2379.8
HexAAFB9C2002626f5c50
Octal252373234400462157134120
Binary101010101111101110011100100000010011010110111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFB9C; }

 p { color: rgb(170,251,156); }

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

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

 a { background-color: rgb(170,251,156); }

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

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

 span { border-color: rgb(170,251,156); }

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