#A5DA6D

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

Shades of Feijoa #A5DA6D

Tints of Feijoa #A5DA6D

Color information

#A5DA6D (or 0xA5DA6D) is unknown color: approx Feijoa. HEX triplet: A5, DA and 6D. RGB value is (165,218,109). Sum of RGB (Red+Green+Blue) = 165+218+109=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DA6D is #5A2592. Grayscale: #BEBEBE. Windows color (decimal): -5907859 or 7199397. OLE color: 7199397.

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

Color convert

RGB165218109-
CMYK0.2400.50.15
HSL89.17º59.56%64.12%-
HSV(B)89.17º50%85.49%-
XYZ43.3559.2523.62-
YUV189.7382.44110.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 218 (85.55% from 255) = 44.31%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=33.54%
G=44.31%
B=22.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181090.2400.50.1589.1759.5664.12
HexA5DA6D18032F593c40
Octal245332155300621713174100
Binary10100101110110101101101110000110010111110110011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DA6D; }

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

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

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

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

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

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

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

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