#A5DF8A

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

Shades of Feijoa #A5DF8A

Tints of Feijoa #A5DF8A

Color information

#A5DF8A (or 0xA5DF8A) is unknown color: approx Feijoa. HEX triplet: A5, DF and 8A. RGB value is (165,223,138). Sum of RGB (Red+Green+Blue) = 165+223+138=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF8A is #5A2075. Grayscale: #C4C4C4. Windows color (decimal): -5906550 or 9101221. OLE color: 9101221.

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

Color convert

RGB165223138-
CMYK0.2600.380.13
HSL100.94º57.05%70.78%-
HSV(B)100.94º38.12%87.45%-
XYZ46.4962.6133.68-
YUV195.9795.28105.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=31.37%
G=42.40%
B=26.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652231380.2600.380.13100.9457.0570.78
HexA5DF8A1A026D653947
Octal245337212320461514571107
Binary101001011101111110001010110100100110110111001011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DF8A; }

 p { color: rgb(165,223,138); }

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

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

 a { background-color: rgb(165,223,138); }

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

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

 span { border-color: rgb(165,223,138); }

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