#A1FC8A

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

Shades of Pale Green #A1FC8A

Tints of Pale Green #A1FC8A

Color information

#A1FC8A (or 0xA1FC8A) is unknown color: approx Pale Green. HEX triplet: A1, FC and 8A. RGB value is (161,252,138). Sum of RGB (Red+Green+Blue) = 161+252+138=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FC8A is #5E0375. Grayscale: #D4D4D4. Windows color (decimal): -6161270 or 9108641. OLE color: 9108641.

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

Color convert

RGB161252138-
CMYK0.3600.450.01
HSL107.89º95%76.47%-
HSV(B)107.89º45.24%98.82%-
XYZ54.179.0336.45-
YUV211.886.3591.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 252 (98.83% from 255) = 45.74%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=29.22%
G=45.74%
B=25.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521380.3600.450.01107.899576.47
HexA1FC8A2402D16c5f4c
Octal241374212440551154137114
Binary10100001111111001000101010010001011011110110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FC8A; }

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

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

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

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

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

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

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

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