#A1FAAB

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

Shades of Pale Green #A1FAAB

Tints of Pale Green #A1FAAB

Color information

#A1FAAB (or 0xA1FAAB) is unknown color: approx Pale Green. HEX triplet: A1, FA and AB. RGB value is (161,250,171). Sum of RGB (Red+Green+Blue) = 161+250+171=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAAB is #5E0554. Grayscale: #D6D6D6. Windows color (decimal): -6161749 or 11270817. OLE color: 11270817.

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

Color convert

RGB161250171-
CMYK0.3600.320.02
HSL126.74º89.9%80.59%-
HSV(B)126.74º35.6%98.04%-
XYZ56.2378.8950.79-
YUV214.38103.5189.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.66%
GREEN value IS 250 (98.05% from 255) = 42.96%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=27.66%
G=42.96%
B=29.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501710.3600.320.02126.7489.980.59
HexA1FAAB2402027f5a51
Octal241372253440402177132121
Binary101000011111101010101011100100010000010111111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAAB; }

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

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

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

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

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

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

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

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