#A1FDAB

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

Shades of Pale Green #A1FDAB

Tints of Pale Green #A1FDAB

Color information

#A1FDAB (or 0xA1FDAB) is unknown color: approx Pale Green. HEX triplet: A1, FD and AB. RGB value is (161,253,171). Sum of RGB (Red+Green+Blue) = 161+253+171=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FDAB is #5E0254. Grayscale: #D8D8D8. Windows color (decimal): -6160981 or 11271585. OLE color: 11271585.

HSL color Cylindrical-coordinate representation of color #A1FDAB: hue angle of 126.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FDAB is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB161253171-
CMYK0.3600.320.01
HSL126.52º95.83%81.18%-
HSV(B)126.52º36.36%99.22%-
XYZ57.1780.7751.1-
YUV216.14102.5288.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.52%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=27.52%
G=43.25%
B=29.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612531710.3600.320.01126.5295.8381.18
HexA1FDAB2402017f6051
Octal241375253440401177140121
Binary10100001111111011010101110010001000001111111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDAB; }

 p { color: rgb(161,253,171); }

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

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

 a { background-color: rgb(161,253,171); }

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

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

 span { border-color: rgb(161,253,171); }

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