#A1FC84

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

Shades of Pale Green #A1FC84

Tints of Pale Green #A1FC84

Color information

#A1FC84 (or 0xA1FC84) is unknown color: approx Pale Green. HEX triplet: A1, FC and 84. RGB value is (161,252,132). Sum of RGB (Red+Green+Blue) = 161+252+132=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FC84 is #5E037B. Grayscale: #D3D3D3. Windows color (decimal): -6161276 or 8715425. OLE color: 8715425.

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

Color convert

RGB161252132-
CMYK0.3600.480.01
HSL105.5º95.24%75.29%-
HSV(B)105.5º47.62%98.82%-
XYZ53.6778.8634.22-
YUV211.1183.3592.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 252 (98.83% from 255) = 46.24%
BLUE value IS 132 (51.95% from 255) = 24.22%
R=29.54%
G=46.24%
B=24.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521320.3600.480.01105.595.2475.29
HexA1FC842403016a5f4b
Octal241374204440601152137113
Binary10100001111111001000010010010001100001110101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FC84; }

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

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

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

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

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

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

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

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