#A9D46F

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

Shades of Feijoa #A9D46F

Tints of Feijoa #A9D46F

Color information

#A9D46F (or 0xA9D46F) is unknown color: approx Feijoa. HEX triplet: A9, D4 and 6F. RGB value is (169,212,111). Sum of RGB (Red+Green+Blue) = 169+212+111=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D46F is #562B90. Grayscale: #BBBBBB. Windows color (decimal): -5647249 or 7328937. OLE color: 7328937.

HSL color Cylindrical-coordinate representation of color #A9D46F: hue angle of 85.54º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9D46F is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB169212111-
CMYK0.2000.480.17
HSL85.54º54.01%63.33%-
HSV(B)85.54º47.64%83.14%-
XYZ42.7756.6723.72-
YUV187.6384.75114.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 212 (83.20% from 255) = 43.09%
BLUE value IS 111 (43.75% from 255) = 22.56%
R=34.35%
G=43.09%
B=22.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1692121110.2000.480.1785.5454.0163.33
HexA9D46F140301156363f
Octal25132415724060211266677
Binary10101001110101001101111101000110000100011010110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D46F; }

 p { color: rgb(169,212,111); }

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

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

 a { background-color: rgb(169,212,111); }

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

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

 span { border-color: rgb(169,212,111); }

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