#A9DA8E

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

Shades of Feijoa #A9DA8E

Tints of Feijoa #A9DA8E

Color information

#A9DA8E (or 0xA9DA8E) is unknown color: approx Feijoa. HEX triplet: A9, DA and 8E. RGB value is (169,218,142). Sum of RGB (Red+Green+Blue) = 169+218+142=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DA8E is #562571. Grayscale: #C2C2C2. Windows color (decimal): -5645682 or 9362089. OLE color: 9362089.

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

Color convert

RGB169218142-
CMYK0.2200.350.15
HSL98.68º50.67%70.59%-
HSV(B)98.68º34.86%85.49%-
XYZ46.3260.5334.83-
YUV194.6898.27109.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=31.95%
G=41.21%
B=26.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692181420.2200.350.1598.6850.6770.59
HexA9DA8E16023F633347
Octal251332216260431714363107
Binary101010011101101010001110101100100011111111000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DA8E; }

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

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

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

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

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

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

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

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