#A5DA79

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

Shades of Feijoa #A5DA79

Tints of Feijoa #A5DA79

Color information

#A5DA79 (or 0xA5DA79) is unknown color: approx Feijoa. HEX triplet: A5, DA and 79. RGB value is (165,218,121). Sum of RGB (Red+Green+Blue) = 165+218+121=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DA79 is #5A2586. Grayscale: #BFBFBF. Windows color (decimal): -5907847 or 7985829. OLE color: 7985829.

HSL color Cylindrical-coordinate representation of color #A5DA79: hue angle of 92.78º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5DA79 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB165218121-
CMYK0.2400.440.15
HSL92.78º56.73%66.47%-
HSV(B)92.78º44.5%85.49%-
XYZ44.0459.5227.26-
YUV191.188.44109.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 121 (47.66% from 255) = 24.01%
R=32.74%
G=43.25%
B=24.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181210.2400.440.1592.7856.7366.47
HexA5DA791802CF5d3942
Octal245332171300541713571102
Binary10100101110110101111001110000101100111110111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DA79; }

 p { color: rgb(165,218,121); }

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

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

 a { background-color: rgb(165,218,121); }

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

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

 span { border-color: rgb(165,218,121); }

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