#A1F58D

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

Shades of Pale Green #A1F58D

Tints of Pale Green #A1F58D

Color information

#A1F58D (or 0xA1F58D) is unknown color: approx Pale Green. HEX triplet: A1, F5 and 8D. RGB value is (161,245,141). Sum of RGB (Red+Green+Blue) = 161+245+141=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F58D is #5E0A72. Grayscale: #D0D0D0. Windows color (decimal): -6163059 or 9303457. OLE color: 9303457.

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

Color convert

RGB161245141-
CMYK0.3400.420.04
HSL108.46º83.87%75.69%-
HSV(B)108.46º42.45%96.08%-
XYZ52.1674.836.89-
YUV208.0390.1794.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 245 (96.09% from 255) = 44.79%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=29.43%
G=44.79%
B=25.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612451410.3400.420.04108.4683.8775.69
HexA1F58D2202A46c544c
Octal241365215420524154124114
Binary1010000111110101100011011000100101010100110110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F58D; }

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

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

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

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

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

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

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

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