#AAFCA8

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

Shades of Pale Green #AAFCA8

Tints of Pale Green #AAFCA8

Color information

#AAFCA8 (or 0xAAFCA8) is unknown color: approx Pale Green. HEX triplet: AA, FC and A8. RGB value is (170,252,168). Sum of RGB (Red+Green+Blue) = 170+252+168=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFCA8 is #550357. Grayscale: #DADADA. Windows color (decimal): -5571416 or 11074730. OLE color: 11074730.

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

Color convert

RGB170252168-
CMYK0.3300.330.01
HSL118.57º93.33%82.35%-
HSV(B)118.57º33.33%98.82%-
XYZ58.4680.9949.6-
YUV217.9199.8393.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 252 (98.83% from 255) = 42.71%
BLUE value IS 168 (66.02% from 255) = 28.47%
R=28.81%
G=42.71%
B=28.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521680.3300.330.01118.5793.3382.35
HexAAFCA8210211775d52
Octal252374250410411167135122
Binary10101010111111001010100010000101000011111011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCA8; }

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

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

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

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

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

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

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

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