#A3FAA1

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

Shades of Pale Green #A3FAA1

Tints of Pale Green #A3FAA1

Color information

#A3FAA1 (or 0xA3FAA1) is unknown color: approx Pale Green. HEX triplet: A3, FA and A1. RGB value is (163,250,161). Sum of RGB (Red+Green+Blue) = 163+250+161=574 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.40% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3FAA1 is #5C055E. Grayscale: #D6D6D6. Windows color (decimal): -6030687 or 10615459. OLE color: 10615459.

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

Color convert

RGB163250161-
CMYK0.3500.360.02
HSL118.65º89.9%80.59%-
HSV(B)118.65º35.6%98.04%-
XYZ55.7278.7345.98-
YUV213.8498.1891.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.40%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 161 (63.28% from 255) = 28.05%
R=28.40%
G=43.55%
B=28.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632501610.3500.360.02118.6589.980.59
HexA3FAA1230242775a51
Octal243372241430442167132121
Binary101000111111101010100001100011010010010111011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FAA1; }

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

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

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

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

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

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

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

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