#A1F59F

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

Shades of Pale Green #A1F59F

Tints of Pale Green #A1F59F

Color information

#A1F59F (or 0xA1F59F) is unknown color: approx Pale Green. HEX triplet: A1, F5 and 9F. RGB value is (161,245,159). Sum of RGB (Red+Green+Blue) = 161+245+159=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F59F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F59F is #5E0A60. Grayscale: #D2D2D2. Windows color (decimal): -6163041 or 10483105. OLE color: 10483105.

HSL color Cylindrical-coordinate representation of color #A1F59F: hue angle of 118.6º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F59F is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB161245159-
CMYK0.3400.350.04
HSL118.6º81.13%79.22%-
HSV(B)118.6º35.1%96.08%-
XYZ53.6175.3944.53-
YUV210.0899.1792.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 245 (96.09% from 255) = 43.36%
BLUE value IS 159 (62.5% from 255) = 28.14%
R=28.50%
G=43.36%
B=28.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612451590.3400.350.04118.681.1379.22
HexA1F59F22023477514f
Octal241365237420434167121117
Binary1010000111110101100111111000100100011100111011110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F59F; }

 p { color: rgb(161,245,159); }

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

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

 a { background-color: rgb(161,245,159); }

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

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

 span { border-color: rgb(161,245,159); }

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