#A0EEA2

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

Shades of Pale Green #A0EEA2

Tints of Pale Green #A0EEA2

Color information

#A0EEA2 (or 0xA0EEA2) is unknown color: approx Pale Green. HEX triplet: A0, EE and A2. RGB value is (160,238,162). Sum of RGB (Red+Green+Blue) = 160+238+162=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEA2 is #5F115D. Grayscale: #CECECE. Windows color (decimal): -6230366 or 10677920. OLE color: 10677920.

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

Color convert

RGB160238162-
CMYK0.3300.320.07
HSL121.54º69.64%78.04%-
HSV(B)121.54º32.77%93.33%-
XYZ51.5971.2345.21-
YUV206.01103.1695.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.57%
GREEN value IS 238 (93.36% from 255) = 42.5%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=28.57%
G=42.5%
B=28.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602381620.3300.320.07121.5469.6478.04
HexA0EEA22102077a464e
Octal240356242410407172106116
Binary1010000011101110101000101000010100000111111101010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EEA2; }

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

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

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

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

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

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

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

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