#A1FB9D

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

Shades of Pale Green #A1FB9D

Tints of Pale Green #A1FB9D

Color information

#A1FB9D (or 0xA1FB9D) is unknown color: approx Pale Green. HEX triplet: A1, FB and 9D. RGB value is (161,251,157). Sum of RGB (Red+Green+Blue) = 161+251+157=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FB9D is #5E0462. Grayscale: #D5D5D5. Windows color (decimal): -6161507 or 10353569. OLE color: 10353569.

HSL color Cylindrical-coordinate representation of color #A1FB9D: hue angle of 117.45º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FB9D is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB161251157-
CMYK0.3600.370.02
HSL117.45º92.16%80%-
HSV(B)117.45º37.45%98.43%-
XYZ55.2879.0144.23-
YUV213.3796.1890.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=28.30%
G=44.11%
B=27.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511570.3600.370.02117.4592.1680
HexA1FB9D240252755c50
Octal241373235440452165134120
Binary101000011111101110011101100100010010110111010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FB9D; }

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

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

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

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

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

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

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

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