#A2EF9B

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

Shades of Pale Green #A2EF9B

Tints of Pale Green #A2EF9B

Color information

#A2EF9B (or 0xA2EF9B) is unknown color: approx Pale Green. HEX triplet: A2, EF and 9B. RGB value is (162,239,155). Sum of RGB (Red+Green+Blue) = 162+239+155=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EF9B is #5D1064. Grayscale: #CECECE. Windows color (decimal): -6099045 or 10219426. OLE color: 10219426.

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

Color convert

RGB162239155-
CMYK0.3200.350.06
HSL115º72.41%77.25%-
HSV(B)115º35.15%93.73%-
XYZ51.6871.7842.14-
YUV206.498.9996.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.14%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=29.14%
G=42.99%
B=27.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622391550.3200.350.0611572.4177.25
HexA2EF9B20023673484d
Octal242357233400436163110115
Binary1010001011101111100110111000000100011110111001110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EF9B; }

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

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

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

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

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

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

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

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