#A1F0A5

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

Shades of Pale Green #A1F0A5

Tints of Pale Green #A1F0A5

Color information

#A1F0A5 (or 0xA1F0A5) is unknown color: approx Pale Green. HEX triplet: A1, F0 and A5. RGB value is (161,240,165). Sum of RGB (Red+Green+Blue) = 161+240+165=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F0A5 is #5E0F5A. Grayscale: #D0D0D0. Windows color (decimal): -6164315 or 10875041. OLE color: 10875041.

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

Color convert

RGB161240165-
CMYK0.3300.310.06
HSL123.04º72.48%78.63%-
HSV(B)123.04º32.92%94.12%-
XYZ52.6572.6146.84-
YUV207.83103.8394.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 240 (94.14% from 255) = 42.40%
BLUE value IS 165 (64.84% from 255) = 29.15%
R=28.45%
G=42.40%
B=29.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401650.3300.310.06123.0472.4878.63
HexA1F0A52101F67b484f
Octal241360245410376173110117
Binary101000011111000010100101100001011111110111101110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0A5; }

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

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

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

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

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

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

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

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