#A9DE7D

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

Shades of Feijoa #A9DE7D

Tints of Feijoa #A9DE7D

Color information

#A9DE7D (or 0xA9DE7D) is unknown color: approx Feijoa. HEX triplet: A9, DE and 7D. RGB value is (169,222,125). Sum of RGB (Red+Green+Blue) = 169+222+125=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DE7D is #562182. Grayscale: #C3C3C3. Windows color (decimal): -5644675 or 8249001. OLE color: 8249001.

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

Color convert

RGB169222125-
CMYK0.2400.440.13
HSL92.78º59.51%68.04%-
HSV(B)92.78º43.69%87.06%-
XYZ46.1962.1628.97-
YUV195.188.44109.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=32.75%
G=43.02%
B=24.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692221250.2400.440.1392.7859.5168.04
HexA9DE7D1802CD5d3c44
Octal251336175300541513574104
Binary10101001110111101111101110000101100110110111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DE7D; }

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

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

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

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

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

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

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

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