#A1EDA3

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

Shades of Pale Green #A1EDA3

Tints of Pale Green #A1EDA3

Color information

#A1EDA3 (or 0xA1EDA3) is unknown color: approx Pale Green. HEX triplet: A1, ED and A3. RGB value is (161,237,163). Sum of RGB (Red+Green+Blue) = 161+237+163=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EDA3 is #5E125C. Grayscale: #CECECE. Windows color (decimal): -6165085 or 10743201. OLE color: 10743201.

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

Color convert

RGB161237163-
CMYK0.3200.310.07
HSL121.58º67.86%78.04%-
HSV(B)121.58º32.07%92.94%-
XYZ51.5970.7945.59-
YUV205.84103.8296.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.70%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 163 (64.06% from 255) = 29.06%
R=28.70%
G=42.25%
B=29.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612371630.3200.310.07121.5867.8678.04
HexA1EDA32001F77a444e
Octal241355243400377172104116
Binary101000011110110110100011100000011111111111101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EDA3; }

 p { color: rgb(161,237,163); }

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

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

 a { background-color: rgb(161,237,163); }

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

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

 span { border-color: rgb(161,237,163); }

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