#A9DA7E

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

Shades of Feijoa #A9DA7E

Tints of Feijoa #A9DA7E

Color information

#A9DA7E (or 0xA9DA7E) is unknown color: approx Feijoa. HEX triplet: A9, DA and 7E. RGB value is (169,218,126). Sum of RGB (Red+Green+Blue) = 169+218+126=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DA7E is #562581. Grayscale: #C1C1C1. Windows color (decimal): -5645698 or 8313513. OLE color: 8313513.

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

Color convert

RGB169218126-
CMYK0.2200.420.15
HSL91.96º55.42%67.45%-
HSV(B)91.96º42.2%85.49%-
XYZ45.260.0828.95-
YUV192.8690.27110.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 126 (49.61% from 255) = 24.56%
R=32.94%
G=42.50%
B=24.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692181260.2200.420.1591.9655.4267.45
HexA9DA7E1602AF5c3743
Octal251332176260521713467103
Binary10101001110110101111110101100101010111110111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DA7E; }

 p { color: rgb(169,218,126); }

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

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

 a { background-color: rgb(169,218,126); }

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

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

 span { border-color: rgb(169,218,126); }

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