#a5df8c

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

Shades of Feijoa #A5DF8C

Tints of Feijoa #A5DF8C

Color information

#A5DF8C (or 0xA5DF8C) is unknown color: approx Feijoa. HEX triplet: A5, DF and 8C. RGB value is (165,223,140). Sum of RGB (Red+Green+Blue) = 165+223+140=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF8C is #5A2073. Grayscale: #C4C4C4. Windows color (decimal): -5906548 or 9232293. OLE color: 9232293.

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

Color convert

RGB165223140-
CMYK0.2600.370.13
HSL101.93º56.46%71.18%-
HSV(B)101.93º37.22%87.45%-
XYZ46.6462.6734.45-
YUV196.296.28105.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=31.25%
G=42.23%
B=26.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652231400.2600.370.13101.9356.4671.18
HexA5DF8C1A025D663847
Octal245337214320451514670107
Binary101001011101111110001100110100100101110111001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5df8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5df8c; }

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

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

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

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

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

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

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

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