#A5DE83

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

Shades of Feijoa #A5DE83

Tints of Feijoa #A5DE83

Color information

#A5DE83 (or 0xA5DE83) is unknown color: approx Feijoa. HEX triplet: A5, DE and 83. RGB value is (165,222,131). Sum of RGB (Red+Green+Blue) = 165+222+131=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DE83 is #5A217C. Grayscale: #C2C2C2. Windows color (decimal): -5906813 or 8642213. OLE color: 8642213.

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

Color convert

RGB165222131-
CMYK0.2600.410.13
HSL97.58º57.96%69.22%-
HSV(B)97.58º40.99%87.06%-
XYZ45.7461.8831.01-
YUV194.5892.12106.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 222 (87.11% from 255) = 42.86%
BLUE value IS 131 (51.56% from 255) = 25.29%
R=31.85%
G=42.86%
B=25.29%

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
Decimal1652221310.2600.410.1397.5857.9669.22
HexA5DE831A029D623a45
Octal245336203320511514272105
Binary101001011101111010000011110100101001110111000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DE83; }

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

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

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

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

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

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

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

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