#A1FA9B

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

Shades of Pale Green #A1FA9B

Tints of Pale Green #A1FA9B

Color information

#A1FA9B (or 0xA1FA9B) is unknown color: approx Pale Green. HEX triplet: A1, FA and 9B. RGB value is (161,250,155). Sum of RGB (Red+Green+Blue) = 161+250+155=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA9B is #5E0564. Grayscale: #D4D4D4. Windows color (decimal): -6161765 or 10222241. OLE color: 10222241.

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

Color convert

RGB161250155-
CMYK0.3600.380.02
HSL116.21º90.48%79.41%-
HSV(B)116.21º38%98.04%-
XYZ54.878.3143.24-
YUV212.5695.5191.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 155 (60.94% from 255) = 27.39%
R=28.45%
G=44.17%
B=27.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501550.3600.380.02116.2190.4879.41
HexA1FA9B240262745a4f
Octal241372233440462164132117
Binary101000011111101010011011100100010011010111010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA9B; }

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

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

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

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

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

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

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

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