#A3DE81

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

Shades of Feijoa #A3DE81

Tints of Feijoa #A3DE81

Color information

#A3DE81 (or 0xA3DE81) is unknown color: approx Feijoa. HEX triplet: A3, DE and 81. RGB value is (163,222,129). Sum of RGB (Red+Green+Blue) = 163+222+129=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DE81 is #5C217E. Grayscale: #C2C2C2. Windows color (decimal): -6037887 or 8511139. OLE color: 8511139.

HSL color Cylindrical-coordinate representation of color #A3DE81: hue angle of 98.06º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3DE81 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB163222129-
CMYK0.2700.420.13
HSL98.06º58.49%68.82%-
HSV(B)98.06º41.89%87.06%-
XYZ45.1961.6130.28-
YUV193.7691.45106.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.71%
GREEN value IS 222 (87.11% from 255) = 43.19%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=31.71%
G=43.19%
B=25.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221290.2700.420.1398.0658.4968.82
HexA3DE811B02AD623a45
Octal243336201330521514272105
Binary101000111101111010000001110110101010110111000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DE81; }

 p { color: rgb(163,222,129); }

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

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

 a { background-color: rgb(163,222,129); }

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

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

 span { border-color: rgb(163,222,129); }

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