#A2FAA0

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

Shades of Pale Green #A2FAA0

Tints of Pale Green #A2FAA0

Color information

#A2FAA0 (or 0xA2FAA0) is unknown color: approx Pale Green. HEX triplet: A2, FA and A0. RGB value is (162,250,160). Sum of RGB (Red+Green+Blue) = 162+250+160=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FAA0 is #5D055F. Grayscale: #D5D5D5. Windows color (decimal): -6096224 or 10549922. OLE color: 10549922.

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

Color convert

RGB162250160-
CMYK0.3500.360.02
HSL118.67º90%80.39%-
HSV(B)118.67º36%98.04%-
XYZ55.4378.5945.51-
YUV213.4397.8591.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.32%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 160 (62.89% from 255) = 27.97%
R=28.32%
G=43.71%
B=27.97%

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
Decimal1622501600.3500.360.02118.679080.39
HexA2FAA0230242775a50
Octal242372240430442167132120
Binary101000101111101010100000100011010010010111011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FAA0; }

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

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

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

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

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

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

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

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