#A4DE7D

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

Shades of Feijoa #A4DE7D

Tints of Feijoa #A4DE7D

Color information

#A4DE7D (or 0xA4DE7D) is unknown color: approx Feijoa. HEX triplet: A4, DE and 7D. RGB value is (164,222,125). Sum of RGB (Red+Green+Blue) = 164+222+125=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DE7D is #5B2182. Grayscale: #C1C1C1. Windows color (decimal): -5972355 or 8248996. OLE color: 8248996.

HSL color Cylindrical-coordinate representation of color #A4DE7D: hue angle of 95.88º 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 #A4DE7D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB164222125-
CMYK0.2600.440.13
HSL95.88º59.51%68.04%-
HSV(B)95.88º43.69%87.06%-
XYZ45.1361.6228.92-
YUV193.689.28106.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 222 (87.11% from 255) = 43.44%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=32.09%
G=43.44%
B=24.46%

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
Decimal1642221250.2600.440.1395.8859.5168.04
HexA4DE7D1A02CD603c44
Octal244336175320541514074104
Binary10100100110111101111101110100101100110111000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DE7D; }

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

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

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

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

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

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

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

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