#A2FA94

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

Shades of Pale Green #A2FA94

Tints of Pale Green #A2FA94

Color information

#A2FA94 (or 0xA2FA94) is unknown color: approx Pale Green. HEX triplet: A2, FA and 94. RGB value is (162,250,148). Sum of RGB (Red+Green+Blue) = 162+250+148=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA94 is #5D056B. Grayscale: #D4D4D4. Windows color (decimal): -6096236 or 9763490. OLE color: 9763490.

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

Color convert

RGB162250148-
CMYK0.3500.410.02
HSL111.76º91.07%78.04%-
HSV(B)111.76º40.8%98.04%-
XYZ54.4378.1940.24-
YUV212.0691.8592.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.93%
GREEN value IS 250 (98.05% from 255) = 44.64%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=28.93%
G=44.64%
B=26.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501480.3500.410.02111.7691.0778.04
HexA2FA94230292705b4e
Octal242372224430512160133116
Binary101000101111101010010100100011010100110111000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA94; }

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

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

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

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

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

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

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

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