#A1FC9C

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

Shades of Pale Green #A1FC9C

Tints of Pale Green #A1FC9C

Color information

#A1FC9C (or 0xA1FC9C) is unknown color: approx Pale Green. HEX triplet: A1, FC and 9C. RGB value is (161,252,156). Sum of RGB (Red+Green+Blue) = 161+252+156=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FC9C is #5E0363. Grayscale: #D6D6D6. Windows color (decimal): -6161252 or 10288289. OLE color: 10288289.

HSL color Cylindrical-coordinate representation of color #A1FC9C: hue angle of 116.88º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1FC9C is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB161252156-
CMYK0.3600.380.01
HSL116.88º94.12%80%-
HSV(B)116.88º38.1%98.82%-
XYZ55.5179.643.89-
YUV213.8595.3590.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 252 (98.83% from 255) = 44.29%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=28.30%
G=44.29%
B=27.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521560.3600.380.01116.8894.1280
HexA1FC9C240261755e50
Octal241374234440461165136120
Binary10100001111111001001110010010001001101111010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FC9C; }

 p { color: rgb(161,252,156); }

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

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

 a { background-color: rgb(161,252,156); }

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

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

 span { border-color: rgb(161,252,156); }

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