#A1FBA5

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

Shades of Pale Green #A1FBA5

Tints of Pale Green #A1FBA5

Color information

#A1FBA5 (or 0xA1FBA5) is unknown color: approx Pale Green. HEX triplet: A1, FB and A5. RGB value is (161,251,165). Sum of RGB (Red+Green+Blue) = 161+251+165=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FBA5 is #5E045A. Grayscale: #D6D6D6. Windows color (decimal): -6161499 or 10877857. OLE color: 10877857.

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

Color convert

RGB161251165-
CMYK0.3600.340.02
HSL122.67º91.84%80.78%-
HSV(B)122.67º35.86%98.43%-
XYZ55.9979.2947.95-
YUV214.29100.1889.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.90%
GREEN value IS 251 (98.44% from 255) = 43.50%
BLUE value IS 165 (64.84% from 255) = 28.60%
R=27.90%
G=43.50%
B=28.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511650.3600.340.02122.6791.8480.78
HexA1FBA52402227b5c51
Octal241373245440422173134121
Binary101000011111101110100101100100010001010111101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBA5; }

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

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

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

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

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

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

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

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