#A1FCAC

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

Shades of Pale Green #A1FCAC

Tints of Pale Green #A1FCAC

Color information

#A1FCAC (or 0xA1FCAC) is unknown color: approx Pale Green. HEX triplet: A1, FC and AC. RGB value is (161,252,172). Sum of RGB (Red+Green+Blue) = 161+252+172=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCAC is #5E0353. Grayscale: #D7D7D7. Windows color (decimal): -6161236 or 11336865. OLE color: 11336865.

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

Color convert

RGB161252172-
CMYK0.3600.320.01
HSL127.25º93.81%80.98%-
HSV(B)127.25º36.11%98.82%-
XYZ56.9580.1851.5-
YUV215.67103.3589-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.52%
GREEN value IS 252 (98.83% from 255) = 43.08%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=27.52%
G=43.08%
B=29.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521720.3600.320.01127.2593.8180.98
HexA1FCAC2402017f5e51
Octal241374254440401177136121
Binary10100001111111001010110010010001000001111111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCAC; }

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

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

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

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

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

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

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

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