#A4DE82

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

Shades of Feijoa #A4DE82

Tints of Feijoa #A4DE82

Color information

#A4DE82 (or 0xA4DE82) is unknown color: approx Feijoa. HEX triplet: A4, DE and 82. RGB value is (164,222,130). Sum of RGB (Red+Green+Blue) = 164+222+130=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DE82 is #5B217D. Grayscale: #C2C2C2. Windows color (decimal): -5972350 or 8576676. OLE color: 8576676.

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

Color convert

RGB164222130-
CMYK0.2600.410.13
HSL97.83º58.23%69.02%-
HSV(B)97.83º41.44%87.06%-
XYZ45.4661.7530.64-
YUV194.1791.78106.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=31.78%
G=43.02%
B=25.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642221300.2600.410.1397.8358.2369.02
HexA4DE821A029D623a45
Octal244336202320511514272105
Binary101001001101111010000010110100101001110111000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DE82; }

 p { color: rgb(164,222,130); }

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

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

 a { background-color: rgb(164,222,130); }

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

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

 span { border-color: rgb(164,222,130); }

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