#A1FA88

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

Shades of Pale Green #A1FA88

Tints of Pale Green #A1FA88

Color information

#A1FA88 (or 0xA1FA88) is unknown color: approx Pale Green. HEX triplet: A1, FA and 88. RGB value is (161,250,136). Sum of RGB (Red+Green+Blue) = 161+250+136=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA88 is #5E0577. Grayscale: #D2D2D2. Windows color (decimal): -6161784 or 8977057. OLE color: 8977057.

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

Color convert

RGB161250136-
CMYK0.3600.460.02
HSL106.84º91.94%75.69%-
HSV(B)106.84º45.6%98.04%-
XYZ53.3377.7335.48-
YUV210.3986.0192.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 250 (98.05% from 255) = 45.70%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=29.43%
G=45.70%
B=24.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501360.3600.460.02106.8491.9475.69
HexA1FA882402E26b5c4c
Octal241372210440562153134114
Binary101000011111101010001000100100010111010110101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA88; }

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

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

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

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

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

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

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

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