#A1FA99

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

Shades of Pale Green #A1FA99

Tints of Pale Green #A1FA99

Color information

#A1FA99 (or 0xA1FA99) is unknown color: approx Pale Green. HEX triplet: A1, FA and 99. RGB value is (161,250,153). Sum of RGB (Red+Green+Blue) = 161+250+153=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA99 is #5E0566. Grayscale: #D4D4D4. Windows color (decimal): -6161767 or 10091169. OLE color: 10091169.

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

Color convert

RGB161250153-
CMYK0.3600.390.02
HSL115.05º90.65%79.02%-
HSV(B)115.05º38.8%98.04%-
XYZ54.6378.2542.36-
YUV212.3394.5191.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=28.55%
G=44.33%
B=27.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501530.3600.390.02115.0590.6579.02
HexA1FA99240272735b4f
Octal241372231440472163133117
Binary101000011111101010011001100100010011110111001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA99; }

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

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

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

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

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

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

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

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