#A9D66D

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

Shades of Feijoa #A9D66D

Tints of Feijoa #A9D66D

Color information

#A9D66D (or 0xA9D66D) is unknown color: approx Feijoa. HEX triplet: A9, D6 and 6D. RGB value is (169,214,109). Sum of RGB (Red+Green+Blue) = 169+214+109=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D66D is #562992. Grayscale: #BCBCBC. Windows color (decimal): -5646739 or 7198377. OLE color: 7198377.

HSL color Cylindrical-coordinate representation of color #A9D66D: hue angle of 85.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9D66D is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB169214109-
CMYK0.2100.490.16
HSL85.71º56.15%63.33%-
HSV(B)85.71º49.07%83.92%-
XYZ43.1757.6323.32-
YUV188.5883.09114.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 214 (83.98% from 255) = 43.50%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=34.35%
G=43.50%
B=22.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692141090.2100.490.1685.7156.1563.33
HexA9D66D150311056383f
Octal25132615525061201267077
Binary10101001110101101101101101010110001100001010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D66D; }

 p { color: rgb(169,214,109); }

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

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

 a { background-color: rgb(169,214,109); }

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

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

 span { border-color: rgb(169,214,109); }

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