#A2FA86

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

Shades of Pale Green #A2FA86

Tints of Pale Green #A2FA86

Color information

#A2FA86 (or 0xA2FA86) is unknown color: approx Pale Green. HEX triplet: A2, FA and 86. RGB value is (162,250,134). Sum of RGB (Red+Green+Blue) = 162+250+134=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA86 is #5D0579. Grayscale: #D2D2D2. Windows color (decimal): -6096250 or 8845986. OLE color: 8845986.

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

Color convert

RGB162250134-
CMYK0.3500.460.02
HSL105.52º92.06%75.29%-
HSV(B)105.52º46.4%98.04%-
XYZ53.3977.7734.75-
YUV210.4684.8593.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.67%
GREEN value IS 250 (98.05% from 255) = 45.79%
BLUE value IS 134 (52.73% from 255) = 24.54%
R=29.67%
G=45.79%
B=24.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501340.3500.460.02105.5292.0675.29
HexA2FA862302E26a5c4b
Octal242372206430562152134113
Binary101000101111101010000110100011010111010110101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA86; }

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

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

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

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

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

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

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

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