#A1FB91

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

Shades of Pale Green #A1FB91

Tints of Pale Green #A1FB91

Color information

#A1FB91 (or 0xA1FB91) is unknown color: approx Pale Green. HEX triplet: A1, FB and 91. RGB value is (161,251,145). Sum of RGB (Red+Green+Blue) = 161+251+145=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FB91 is #5E046E. Grayscale: #D4D4D4. Windows color (decimal): -6161519 or 9567137. OLE color: 9567137.

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

Color convert

RGB161251145-
CMYK0.3600.420.02
HSL110.94º92.98%77.65%-
HSV(B)110.94º42.23%98.43%-
XYZ54.3178.6239.1-
YUV212.0190.1891.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 145 (57.03% from 255) = 26.03%
R=28.90%
G=45.06%
B=26.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511450.3600.420.02110.9492.9877.65
HexA1FB912402A26f5d4e
Octal241373221440522157135116
Binary101000011111101110010001100100010101010110111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FB91; }

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

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

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

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

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

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

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

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