#A1FBAC

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

Shades of Pale Green #A1FBAC

Tints of Pale Green #A1FBAC

Color information

#A1FBAC (or 0xA1FBAC) is unknown color: approx Pale Green. HEX triplet: A1, FB and AC. RGB value is (161,251,172). Sum of RGB (Red+Green+Blue) = 161+251+172=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FBAC is #5E0453. Grayscale: #D7D7D7. Windows color (decimal): -6161492 or 11336609. OLE color: 11336609.

HSL color Cylindrical-coordinate representation of color #A1FBAC: hue angle of 127.33º 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 #A1FBAC is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB161251172-
CMYK0.3600.310.02
HSL127.33º91.84%80.78%-
HSV(B)127.33º35.86%98.43%-
XYZ56.6479.5551.4-
YUV215.08103.6889.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 251 (98.44% from 255) = 42.98%
BLUE value IS 172 (67.58% from 255) = 29.45%
R=27.57%
G=42.98%
B=29.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612511720.3600.310.02127.3391.8480.78
HexA1FBAC2401F27f5c51
Octal241373254440372177134121
Binary10100001111110111010110010010001111110111111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FBAC; }

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

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

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

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

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

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

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

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