#A1F295

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

Shades of Pale Green #A1F295

Tints of Pale Green #A1F295

Color information

#A1F295 (or 0xA1F295) is unknown color: approx Pale Green. HEX triplet: A1, F2 and 95. RGB value is (161,242,149). Sum of RGB (Red+Green+Blue) = 161+242+149=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F295 is #5E0D6A. Grayscale: #CFCFCF. Windows color (decimal): -6163819 or 9826977. OLE color: 9826977.

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

Color convert

RGB161242149-
CMYK0.3300.380.05
HSL112.26º78.15%76.67%-
HSV(B)112.26º38.43%94.9%-
XYZ51.8773.2539.84-
YUV207.1895.1695.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 242 (94.92% from 255) = 43.84%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=29.17%
G=43.84%
B=26.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612421490.3300.380.05112.2678.1576.67
HexA1F295210265704e4d
Octal241362225410465160116115
Binary1010000111110010100101011000010100110101111000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F295; }

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

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

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

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

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

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

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

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