#a2efa3

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

Shades of Pale Green #A2EFA3

Tints of Pale Green #A2EFA3

Color information

#A2EFA3 (or 0xA2EFA3) is unknown color: approx Pale Green. HEX triplet: A2, EF and A3. RGB value is (162,239,163). Sum of RGB (Red+Green+Blue) = 162+239+163=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EFA3 is #5D105C. Grayscale: #CFCFCF. Windows color (decimal): -6099037 or 10743714. OLE color: 10743714.

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

Color convert

RGB162239163-
CMYK0.3200.320.06
HSL120.78º70.64%78.63%-
HSV(B)120.78º32.22%93.73%-
XYZ52.3872.0645.8-
YUV207.31102.9995.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.72%
GREEN value IS 239 (93.75% from 255) = 42.38%
BLUE value IS 163 (64.06% from 255) = 28.90%
R=28.72%
G=42.38%
B=28.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622391630.3200.320.06120.7870.6478.63
HexA2EFA320020679474f
Octal242357243400406171107117
Binary1010001011101111101000111000000100000110111100110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2efa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2efa3; }

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

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

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

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

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

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

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

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