#A1F2A4

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

Shades of Pale Green #A1F2A4

Tints of Pale Green #A1F2A4

Color information

#A1F2A4 (or 0xA1F2A4) is unknown color: approx Pale Green. HEX triplet: A1, F2 and A4. RGB value is (161,242,164). Sum of RGB (Red+Green+Blue) = 161+242+164=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F2A4 is #5E0D5B. Grayscale: #D1D1D1. Windows color (decimal): -6163804 or 10810017. OLE color: 10810017.

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

Color convert

RGB161242164-
CMYK0.3300.320.05
HSL122.22º75.7%79.02%-
HSV(B)122.22º33.47%94.9%-
XYZ53.1573.7646.56-
YUV208.89102.6693.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.40%
GREEN value IS 242 (94.92% from 255) = 42.68%
BLUE value IS 164 (64.45% from 255) = 28.92%
R=28.40%
G=42.68%
B=28.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612421640.3300.320.05122.2275.779.02
HexA1F2A42102057a4c4f
Octal241362244410405172114117
Binary1010000111110010101001001000010100000101111101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F2A4; }

 p { color: rgb(161,242,164); }

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

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

 a { background-color: rgb(161,242,164); }

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

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

 span { border-color: rgb(161,242,164); }

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