#A5DE7D

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

Shades of Feijoa #A5DE7D

Tints of Feijoa #A5DE7D

Color information

#A5DE7D (or 0xA5DE7D) is unknown color: approx Feijoa. HEX triplet: A5, DE and 7D. RGB value is (165,222,125). Sum of RGB (Red+Green+Blue) = 165+222+125=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DE7D is #5A2182. Grayscale: #C2C2C2. Windows color (decimal): -5906819 or 8248997. OLE color: 8248997.

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

Color convert

RGB165222125-
CMYK0.2600.440.13
HSL95.26º59.51%68.04%-
HSV(B)95.26º43.69%87.06%-
XYZ45.3461.7228.93-
YUV193.989.12107.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=32.23%
G=43.36%
B=24.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652221250.2600.440.1395.2659.5168.04
HexA5DE7D1A02CD5f3c44
Octal245336175320541513774104
Binary10100101110111101111101110100101100110110111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DE7D; }

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

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

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

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

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

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

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

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