#A2FA9C

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

Shades of Pale Green #A2FA9C

Tints of Pale Green #A2FA9C

Color information

#A2FA9C (or 0xA2FA9C) is unknown color: approx Pale Green. HEX triplet: A2, FA and 9C. RGB value is (162,250,156). Sum of RGB (Red+Green+Blue) = 162+250+156=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA9C is #5D0563. Grayscale: #D5D5D5. Windows color (decimal): -6096228 or 10287778. OLE color: 10287778.

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

Color convert

RGB162250156-
CMYK0.3500.380.02
HSL116.17º90.38%79.61%-
HSV(B)116.17º37.6%98.04%-
XYZ55.0978.4543.69-
YUV212.9795.8591.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.52%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=28.52%
G=44.01%
B=27.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501560.3500.380.02116.1790.3879.61
HexA2FA9C230262745a50
Octal242372234430462164132120
Binary101000101111101010011100100011010011010111010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA9C; }

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

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

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

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

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

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

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

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