#A2FA8E

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

Shades of Pale Green #A2FA8E

Tints of Pale Green #A2FA8E

Color information

#A2FA8E (or 0xA2FA8E) is unknown color: approx Pale Green. HEX triplet: A2, FA and 8E. RGB value is (162,250,142). Sum of RGB (Red+Green+Blue) = 162+250+142=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA8E is #5D0571. Grayscale: #D3D3D3. Windows color (decimal): -6096242 or 9370274. OLE color: 9370274.

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

Color convert

RGB162250142-
CMYK0.3500.430.02
HSL108.89º91.53%76.86%-
HSV(B)108.89º43.2%98.04%-
XYZ53.9778.0137.8-
YUV211.3888.8592.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 142 (55.86% from 255) = 25.63%
R=29.24%
G=45.13%
B=25.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501420.3500.430.02108.8991.5376.86
HexA2FA8E2302B26d5c4d
Octal242372216430532155134115
Binary101000101111101010001110100011010101110110110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA8E; }

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

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

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

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

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

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

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

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