#A2FA9B

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

Shades of Pale Green #A2FA9B

Tints of Pale Green #A2FA9B

Color information

#A2FA9B (or 0xA2FA9B) is unknown color: approx Pale Green. HEX triplet: A2, FA and 9B. RGB value is (162,250,155). Sum of RGB (Red+Green+Blue) = 162+250+155=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA9B is #5D0564. Grayscale: #D5D5D5. Windows color (decimal): -6096229 or 10222242. OLE color: 10222242.

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

Color convert

RGB162250155-
CMYK0.3500.380.02
HSL115.58º90.48%79.41%-
HSV(B)115.58º38%98.04%-
XYZ5578.4243.25-
YUV212.8695.3591.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=28.57%
G=44.09%
B=27.34%

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
Decimal1622501550.3500.380.02115.5890.4879.41
HexA2FA9B230262745a4f
Octal242372233430462164132117
Binary101000101111101010011011100011010011010111010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA9B; }

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

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

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

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

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

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

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

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