#A5DE82

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

Shades of Feijoa #A5DE82

Tints of Feijoa #A5DE82

Color information

#A5DE82 (or 0xA5DE82) is unknown color: approx Feijoa. HEX triplet: A5, DE and 82. RGB value is (165,222,130). Sum of RGB (Red+Green+Blue) = 165+222+130=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DE82 is #5A217D. Grayscale: #C2C2C2. Windows color (decimal): -5906814 or 8576677. OLE color: 8576677.

HSL color Cylindrical-coordinate representation of color #A5DE82: hue angle of 97.17º 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 #A5DE82 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB165222130-
CMYK0.2600.410.13
HSL97.17º58.23%69.02%-
HSV(B)97.17º41.44%87.06%-
XYZ45.6761.8530.65-
YUV194.4791.62106.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=31.91%
G=42.94%
B=25.15%

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
Decimal1652221300.2600.410.1397.1758.2369.02
HexA5DE821A029D613a45
Octal245336202320511514172105
Binary101001011101111010000010110100101001110111000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DE82; }

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

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

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

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

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

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

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

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