#A1FC97

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

Shades of Pale Green #A1FC97

Tints of Pale Green #A1FC97

Color information

#A1FC97 (or 0xA1FC97) is unknown color: approx Pale Green. HEX triplet: A1, FC and 97. RGB value is (161,252,151). Sum of RGB (Red+Green+Blue) = 161+252+151=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FC97 is #5E0368. Grayscale: #D5D5D5. Windows color (decimal): -6161257 or 9960609. OLE color: 9960609.

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

Color convert

RGB161252151-
CMYK0.3600.400.01
HSL114.06º94.39%79.02%-
HSV(B)114.06º40.08%98.82%-
XYZ55.0979.4341.71-
YUV213.2892.8590.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 252 (98.83% from 255) = 44.68%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=28.55%
G=44.68%
B=26.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521510.3600.400.01114.0694.3979.02
HexA1FC97240281725e4f
Octal241374227440501162136117
Binary10100001111111001001011110010001010001111001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FC97; }

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

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

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

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

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

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

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

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