#A1FA8B

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

Shades of Pale Green #A1FA8B

Tints of Pale Green #A1FA8B

Color information

#A1FA8B (or 0xA1FA8B) is unknown color: approx Pale Green. HEX triplet: A1, FA and 8B. RGB value is (161,250,139). Sum of RGB (Red+Green+Blue) = 161+250+139=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA8B is #5E0574. Grayscale: #D3D3D3. Windows color (decimal): -6161781 or 9173665. OLE color: 9173665.

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

Color convert

RGB161250139-
CMYK0.3600.440.02
HSL108.11º91.74%76.27%-
HSV(B)108.11º44.4%98.04%-
XYZ53.5477.8136.62-
YUV210.7487.5192.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.27%
GREEN value IS 250 (98.05% from 255) = 45.45%
BLUE value IS 139 (54.69% from 255) = 25.27%
R=29.27%
G=45.45%
B=25.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501390.3600.440.02108.1191.7476.27
HexA1FA8B2402C26c5c4c
Octal241372213440542154134114
Binary101000011111101010001011100100010110010110110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA8B; }

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

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

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

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

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

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

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

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