#A5DF7A

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

Shades of Feijoa #A5DF7A

Tints of Feijoa #A5DF7A

Color information

#A5DF7A (or 0xA5DF7A) is unknown color: approx Feijoa. HEX triplet: A5, DF and 7A. RGB value is (165,223,122). Sum of RGB (Red+Green+Blue) = 165+223+122=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF7A is #5A2085. Grayscale: #C2C2C2. Windows color (decimal): -5906566 or 8052645. OLE color: 8052645.

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

Color convert

RGB165223122-
CMYK0.2600.450.13
HSL94.46º61.21%67.65%-
HSV(B)94.46º45.29%87.45%-
XYZ45.4262.1828.02-
YUV194.1487.28107.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 223 (87.5% from 255) = 43.73%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=32.35%
G=43.73%
B=23.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652231220.2600.450.1394.4661.2167.65
HexA5DF7A1A02DD5e3d44
Octal245337172320551513675104
Binary10100101110111111111010110100101101110110111101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DF7A; }

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

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

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

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

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

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

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

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