#A2EFA0

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

Shades of Pale Green #A2EFA0

Tints of Pale Green #A2EFA0

Color information

#A2EFA0 (or 0xA2EFA0) is unknown color: approx Pale Green. HEX triplet: A2, EF and A0. RGB value is (162,239,160). Sum of RGB (Red+Green+Blue) = 162+239+160=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EFA0 is #5D105F. Grayscale: #CFCFCF. Windows color (decimal): -6099040 or 10547106. OLE color: 10547106.

HSL color Cylindrical-coordinate representation of color #A2EFA0: hue angle of 118.48º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2EFA0 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB162239160-
CMYK0.3200.330.06
HSL118.48º71.17%78.24%-
HSV(B)118.48º33.05%93.73%-
XYZ52.1171.9544.4-
YUV206.97101.4995.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 160 (62.89% from 255) = 28.52%
R=28.88%
G=42.60%
B=28.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622391600.3200.330.06118.4871.1778.24
HexA2EFA020021676474e
Octal242357240400416166107116
Binary1010001011101111101000001000000100001110111011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EFA0; }

 p { color: rgb(162,239,160); }

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

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

 a { background-color: rgb(162,239,160); }

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

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

 span { border-color: rgb(162,239,160); }

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