#A5DA6A

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

Shades of Feijoa #A5DA6A

Tints of Feijoa #A5DA6A

Color information

#A5DA6A (or 0xA5DA6A) is unknown color: approx Feijoa. HEX triplet: A5, DA and 6A. RGB value is (165,218,106). Sum of RGB (Red+Green+Blue) = 165+218+106=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DA6A is #5A2595. Grayscale: #BDBDBD. Windows color (decimal): -5907862 or 7002789. OLE color: 7002789.

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

Color convert

RGB165218106-
CMYK0.2400.510.15
HSL88.39º60.22%63.53%-
HSV(B)88.39º51.38%85.49%-
XYZ43.1959.1822.78-
YUV189.3880.94110.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 218 (85.55% from 255) = 44.58%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=33.74%
G=44.58%
B=21.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181060.2400.510.1588.3960.2263.53
HexA5DA6A18033F583c40
Octal245332152300631713074100
Binary10100101110110101101010110000110011111110110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DA6A; }

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

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

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

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

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

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

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

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