#A1FB9B

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

Shades of Pale Green #A1FB9B

Tints of Pale Green #A1FB9B

Color information

#A1FB9B (or 0xA1FB9B) is unknown color: approx Pale Green. HEX triplet: A1, FB and 9B. RGB value is (161,251,155). Sum of RGB (Red+Green+Blue) = 161+251+155=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FB9B is #5E0464. Grayscale: #D5D5D5. Windows color (decimal): -6161509 or 10222497. OLE color: 10222497.

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

Color convert

RGB161251155-
CMYK0.3600.380.02
HSL116.25º92.31%79.61%-
HSV(B)116.25º38.25%98.43%-
XYZ55.1178.9443.34-
YUV213.1595.1890.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.40%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=28.40%
G=44.27%
B=27.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511550.3600.380.02116.2592.3179.61
HexA1FB9B240262745c50
Octal241373233440462164134120
Binary101000011111101110011011100100010011010111010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FB9B; }

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

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

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

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

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

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

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

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