#A1FCAA

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

Shades of Pale Green #A1FCAA

Tints of Pale Green #A1FCAA

Color information

#A1FCAA (or 0xA1FCAA) is unknown color: approx Pale Green. HEX triplet: A1, FC and AA. RGB value is (161,252,170). Sum of RGB (Red+Green+Blue) = 161+252+170=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCAA is #5E0355. Grayscale: #D7D7D7. Windows color (decimal): -6161238 or 11205793. OLE color: 11205793.

HSL color Cylindrical-coordinate representation of color #A1FCAA: hue angle of 125.93º 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 #A1FCAA is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB161252170-
CMYK0.3600.330.01
HSL125.93º93.81%80.98%-
HSV(B)125.93º36.11%98.82%-
XYZ56.7680.150.5-
YUV215.44102.3589.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.62%
GREEN value IS 252 (98.83% from 255) = 43.22%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=27.62%
G=43.22%
B=29.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521700.3600.330.01125.9393.8180.98
HexA1FCAA2402117e5e51
Octal241374252440411176136121
Binary10100001111111001010101010010001000011111111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCAA; }

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

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

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

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

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

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

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

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