#A5DA7D

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

Shades of Feijoa #A5DA7D

Tints of Feijoa #A5DA7D

Color information

#A5DA7D (or 0xA5DA7D) is unknown color: approx Feijoa. HEX triplet: A5, DA and 7D. RGB value is (165,218,125). Sum of RGB (Red+Green+Blue) = 165+218+125=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DA7D is #5A2582. Grayscale: #BFBFBF. Windows color (decimal): -5907843 or 8247973. OLE color: 8247973.

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

Color convert

RGB165218125-
CMYK0.2400.430.15
HSL94.19º55.69%67.25%-
HSV(B)94.19º42.66%85.49%-
XYZ44.2959.6228.58-
YUV191.5590.44109.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 218 (85.55% from 255) = 42.91%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=32.48%
G=42.91%
B=24.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181250.2400.430.1594.1955.6967.25
HexA5DA7D1802BF5e3843
Octal245332175300531713670103
Binary10100101110110101111101110000101011111110111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DA7D; }

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

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

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

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

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

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

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

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