#A0EEA1

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

Shades of Pale Green #A0EEA1

Tints of Pale Green #A0EEA1

Color information

#A0EEA1 (or 0xA0EEA1) is unknown color: approx Pale Green. HEX triplet: A0, EE and A1. RGB value is (160,238,161). Sum of RGB (Red+Green+Blue) = 160+238+161=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEA1 is #5F115E. Grayscale: #CECECE. Windows color (decimal): -6230367 or 10612384. OLE color: 10612384.

HSL color Cylindrical-coordinate representation of color #A0EEA1: hue angle of 120.77º 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 #A0EEA1 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB160238161-
CMYK0.3300.320.07
HSL120.77º69.64%78.04%-
HSV(B)120.77º32.77%93.33%-
XYZ51.571.244.75-
YUV205.9102.6695.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 238 (93.36% from 255) = 42.58%
BLUE value IS 161 (63.28% from 255) = 28.80%
R=28.62%
G=42.58%
B=28.80%

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
Decimal1602381610.3300.320.07120.7769.6478.04
HexA0EEA121020779464e
Octal240356241410407171106116
Binary1010000011101110101000011000010100000111111100110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EEA1; }

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

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

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

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

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

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

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

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