#A1F88A

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

Shades of Pale Green #A1F88A

Tints of Pale Green #A1F88A

Color information

#A1F88A (or 0xA1F88A) is unknown color: approx Pale Green. HEX triplet: A1, F8 and 8A. RGB value is (161,248,138). Sum of RGB (Red+Green+Blue) = 161+248+138=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F88A is #5E0775. Grayscale: #D1D1D1. Windows color (decimal): -6162294 or 9107617. OLE color: 9107617.

HSL color Cylindrical-coordinate representation of color #A1F88A: hue angle of 107.45º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1F88A is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB161248138-
CMYK0.3500.440.03
HSL107.45º88.71%75.69%-
HSV(B)107.45º44.35%97.25%-
XYZ52.8576.5536.03-
YUV209.4587.6893.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 248 (97.27% from 255) = 45.34%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=29.43%
G=45.34%
B=25.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612481380.3500.440.03107.4588.7175.69
HexA1F88A2302C36b594c
Octal241370212430543153131114
Binary101000011111100010001010100011010110011110101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F88A; }

 p { color: rgb(161,248,138); }

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

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

 a { background-color: rgb(161,248,138); }

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

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

 span { border-color: rgb(161,248,138); }

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