#A5DE86

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

Shades of Feijoa #A5DE86

Tints of Feijoa #A5DE86

Color information

#A5DE86 (or 0xA5DE86) is unknown color: approx Feijoa. HEX triplet: A5, DE and 86. RGB value is (165,222,134). Sum of RGB (Red+Green+Blue) = 165+222+134=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DE86 is #5A2179. Grayscale: #C3C3C3. Windows color (decimal): -5906810 or 8838821. OLE color: 8838821.

HSL color Cylindrical-coordinate representation of color #A5DE86: hue angle of 98.86º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5DE86 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB165222134-
CMYK0.2600.400.13
HSL98.86º57.14%69.8%-
HSV(B)98.86º39.64%87.06%-
XYZ45.9461.9632.09-
YUV194.9293.62106.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=31.67%
G=42.61%
B=25.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652221340.2600.400.1398.8657.1469.8
HexA5DE861A028D633946
Octal245336206320501514371106
Binary101001011101111010000110110100101000110111000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DE86; }

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

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

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

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

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

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

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

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