#A3EDA0

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

Shades of Pale Green #A3EDA0

Tints of Pale Green #A3EDA0

Color information

#A3EDA0 (or 0xA3EDA0) is unknown color: approx Pale Green. HEX triplet: A3, ED and A0. RGB value is (163,237,160). Sum of RGB (Red+Green+Blue) = 163+237+160=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EDA0 is #5C125F. Grayscale: #CECECE. Windows color (decimal): -6034016 or 10546595. OLE color: 10546595.

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

Color convert

RGB163237160-
CMYK0.3100.320.07
HSL117.66º68.14%77.84%-
HSV(B)117.66º32.49%92.94%-
XYZ51.7370.8944.21-
YUV206.1101.9897.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 160 (62.89% from 255) = 28.57%
R=29.11%
G=42.32%
B=28.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632371600.3100.320.07117.6668.1477.84
HexA3EDA01F020776444e
Octal243355240370407166104116
Binary101000111110110110100000111110100000111111011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDA0; }

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

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

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

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

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

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

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

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