#AAFCA5

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

Shades of Pale Green #AAFCA5

Tints of Pale Green #AAFCA5

Color information

#AAFCA5 (or 0xAAFCA5) is unknown color: approx Pale Green. HEX triplet: AA, FC and A5. RGB value is (170,252,165). Sum of RGB (Red+Green+Blue) = 170+252+165=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFCA5 is #55035A. Grayscale: #D9D9D9. Windows color (decimal): -5571419 or 10878122. OLE color: 10878122.

HSL color Cylindrical-coordinate representation of color #AAFCA5: hue angle of 116.55º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAFCA5 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB170252165-
CMYK0.3300.350.01
HSL116.55º93.55%81.76%-
HSV(B)116.55º34.52%98.82%-
XYZ58.1880.8848.14-
YUV217.5698.3394.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 252 (98.83% from 255) = 42.93%
BLUE value IS 165 (64.84% from 255) = 28.11%
R=28.96%
G=42.93%
B=28.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521650.3300.350.01116.5593.5581.76
HexAAFCA5210231755e52
Octal252374245410431165136122
Binary10101010111111001010010110000101000111111010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCA5; }

 p { color: rgb(170,252,165); }

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

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

 a { background-color: rgb(170,252,165); }

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

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

 span { border-color: rgb(170,252,165); }

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