#A3FAA0

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

Shades of Pale Green #A3FAA0

Tints of Pale Green #A3FAA0

Color information

#A3FAA0 (or 0xA3FAA0) is unknown color: approx Pale Green. HEX triplet: A3, FA and A0. RGB value is (163,250,160). Sum of RGB (Red+Green+Blue) = 163+250+160=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3FAA0 is #5C055F. Grayscale: #D6D6D6. Windows color (decimal): -6030688 or 10549923. OLE color: 10549923.

HSL color Cylindrical-coordinate representation of color #A3FAA0: hue angle of 118º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FAA0 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB163250160-
CMYK0.3500.360.02
HSL118º90%80.39%-
HSV(B)118º36%98.04%-
XYZ55.6478.745.52-
YUV213.7397.6891.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.45%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=28.45%
G=43.63%
B=27.92%

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
Decimal1632501600.3500.360.021189080.39
HexA3FAA0230242765a50
Octal243372240430442166132120
Binary101000111111101010100000100011010010010111011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FAA0; }

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

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

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

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

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

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

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

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