#A5DF8E

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

Shades of Feijoa #A5DF8E

Tints of Feijoa #A5DF8E

Color information

#A5DF8E (or 0xA5DF8E) is unknown color: approx Feijoa. HEX triplet: A5, DF and 8E. RGB value is (165,223,142). Sum of RGB (Red+Green+Blue) = 165+223+142=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DF8E is #5A2071. Grayscale: #C4C4C4. Windows color (decimal): -5906546 or 9363365. OLE color: 9363365.

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

Color convert

RGB165223142-
CMYK0.2600.360.13
HSL102.96º55.86%71.57%-
HSV(B)102.96º36.32%87.45%-
XYZ46.7962.7335.23-
YUV196.4297.28105.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 223 (87.5% from 255) = 42.08%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=31.13%
G=42.08%
B=26.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652231420.2600.360.13102.9655.8671.57
HexA5DF8E1A024D673848
Octal245337216320441514770110
Binary101001011101111110001110110100100100110111001111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DF8E; }

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

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

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

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

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

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

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

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