#A1F0A3

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

Shades of Pale Green #A1F0A3

Tints of Pale Green #A1F0A3

Color information

#A1F0A3 (or 0xA1F0A3) is unknown color: approx Pale Green. HEX triplet: A1, F0 and A3. RGB value is (161,240,163). Sum of RGB (Red+Green+Blue) = 161+240+163=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F0A3 is #5E0F5C. Grayscale: #CFCFCF. Windows color (decimal): -6164317 or 10743969. OLE color: 10743969.

HSL color Cylindrical-coordinate representation of color #A1F0A3: hue angle of 121.52º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0A3 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB161240163-
CMYK0.3300.320.06
HSL121.52º72.48%78.63%-
HSV(B)121.52º32.92%94.12%-
XYZ52.4772.5445.89-
YUV207.6102.8394.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 240 (94.14% from 255) = 42.55%
BLUE value IS 163 (64.06% from 255) = 28.90%
R=28.55%
G=42.55%
B=28.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401630.3300.320.06121.5272.4878.63
HexA1F0A32102067a484f
Octal241360243410406172110117
Binary1010000111110000101000111000010100000110111101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0A3; }

 p { color: rgb(161,240,163); }

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

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

 a { background-color: rgb(161,240,163); }

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

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

 span { border-color: rgb(161,240,163); }

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