#A1FAAD

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

Shades of Pale Green #A1FAAD

Tints of Pale Green #A1FAAD

Color information

#A1FAAD (or 0xA1FAAD) is unknown color: approx Pale Green. HEX triplet: A1, FA and AD. RGB value is (161,250,173). Sum of RGB (Red+Green+Blue) = 161+250+173=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAAD is #5E0552. Grayscale: #D6D6D6. Windows color (decimal): -6161747 or 11401889. OLE color: 11401889.

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

Color convert

RGB161250173-
CMYK0.3600.310.02
HSL128.09º89.9%80.59%-
HSV(B)128.09º35.6%98.04%-
XYZ56.4378.9751.8-
YUV214.61104.5189.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=27.57%
G=42.81%
B=29.62%

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
Decimal1612501730.3600.310.02128.0989.980.59
HexA1FAAD2401F2805a51
Octal241372255440372200132121
Binary101000011111101010101101100100011111101000000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAAD; }

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

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

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

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

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

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

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

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