#A1FA9D

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

Shades of Pale Green #A1FA9D

Tints of Pale Green #A1FA9D

Color information

#A1FA9D (or 0xA1FA9D) is unknown color: approx Pale Green. HEX triplet: A1, FA and 9D. RGB value is (161,250,157). Sum of RGB (Red+Green+Blue) = 161+250+157=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA9D is #5E0562. Grayscale: #D5D5D5. Windows color (decimal): -6161763 or 10353313. OLE color: 10353313.

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

Color convert

RGB161250157-
CMYK0.3600.370.02
HSL117.42º90.29%79.8%-
HSV(B)117.42º37.2%98.04%-
XYZ54.9778.3844.13-
YUV212.7996.5191.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=28.35%
G=44.01%
B=27.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501570.3600.370.02117.4290.2979.8
HexA1FA9D240252755a50
Octal241372235440452165132120
Binary101000011111101010011101100100010010110111010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA9D; }

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

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

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

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

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

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

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

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