#A1F19D

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

Shades of Pale Green #A1F19D

Tints of Pale Green #A1F19D

Color information

#A1F19D (or 0xA1F19D) is unknown color: approx Pale Green. HEX triplet: A1, F1 and 9D. RGB value is (161,241,157). Sum of RGB (Red+Green+Blue) = 161+241+157=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F19D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F19D is #5E0E62. Grayscale: #CFCFCF. Windows color (decimal): -6164067 or 10351009. OLE color: 10351009.

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

Color convert

RGB161241157-
CMYK0.3300.350.05
HSL117.14º75%78.04%-
HSV(B)117.14º34.85%94.51%-
XYZ52.2472.9243.22-
YUV207.599.594.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 157 (61.72% from 255) = 28.09%
R=28.80%
G=43.11%
B=28.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411570.3300.350.05117.147578.04
HexA1F19D210235754b4e
Octal241361235410435165113116
Binary1010000111110001100111011000010100011101111010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F19D; }

 p { color: rgb(161,241,157); }

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

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

 a { background-color: rgb(161,241,157); }

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

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

 span { border-color: rgb(161,241,157); }

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