#A1FAA8

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

Shades of Pale Green #A1FAA8

Tints of Pale Green #A1FAA8

Color information

#A1FAA8 (or 0xA1FAA8) is unknown color: approx Pale Green. HEX triplet: A1, FA and A8. RGB value is (161,250,168). Sum of RGB (Red+Green+Blue) = 161+250+168=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAA8 is #5E0557. Grayscale: #D6D6D6. Windows color (decimal): -6161752 or 11074209. OLE color: 11074209.

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

Color convert

RGB161250168-
CMYK0.3600.330.02
HSL124.72º89.9%80.59%-
HSV(B)124.72º35.6%98.04%-
XYZ55.9578.7849.3-
YUV214.04102.0190.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.81%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 168 (66.02% from 255) = 29.02%
R=27.81%
G=43.18%
B=29.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501680.3600.330.02124.7289.980.59
HexA1FAA82402127d5a51
Octal241372250440412175132121
Binary101000011111101010101000100100010000110111110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAA8; }

 p { color: rgb(161,250,168); }

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

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

 a { background-color: rgb(161,250,168); }

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

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

 span { border-color: rgb(161,250,168); }

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