#A2EF9E

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

Shades of Pale Green #A2EF9E

Tints of Pale Green #A2EF9E

Color information

#A2EF9E (or 0xA2EF9E) is unknown color: approx Pale Green. HEX triplet: A2, EF and 9E. RGB value is (162,239,158). Sum of RGB (Red+Green+Blue) = 162+239+158=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EF9E is #5D1061. Grayscale: #CECECE. Windows color (decimal): -6099042 or 10416034. OLE color: 10416034.

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

Color convert

RGB162239158-
CMYK0.3200.340.06
HSL117.04º71.68%77.84%-
HSV(B)117.04º33.89%93.73%-
XYZ51.9471.8843.49-
YUV206.74100.4996.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.98%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=28.98%
G=42.75%
B=28.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622391580.3200.340.06117.0471.6877.84
HexA2EF9E20022675484e
Octal242357236400426165110116
Binary1010001011101111100111101000000100010110111010110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EF9E; }

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

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

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

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

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

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

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

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