#A1FAAF

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

Shades of Pale Green #A1FAAF

Tints of Pale Green #A1FAAF

Color information

#A1FAAF (or 0xA1FAAF) is unknown color: approx Pale Green. HEX triplet: A1, FA and AF. RGB value is (161,250,175). Sum of RGB (Red+Green+Blue) = 161+250+175=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FAAF is #5E0550. Grayscale: #D7D7D7. Windows color (decimal): -6161745 or 11532961. OLE color: 11532961.

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

Color convert

RGB161250175-
CMYK0.3600.30.02
HSL129.44º89.9%80.59%-
HSV(B)129.44º35.6%98.04%-
XYZ56.6279.0452.83-
YUV214.84105.5189.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=27.47%
G=42.66%
B=29.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501750.3600.30.02129.4489.980.59
HexA1FAAF2401E2815a51
Octal241372257440362201132121
Binary101000011111101010101111100100011110101000000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FAAF; }

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

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

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

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

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

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

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

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