#A4D66F

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

Shades of Feijoa #A4D66F

Tints of Feijoa #A4D66F

Color information

#A4D66F (or 0xA4D66F) is unknown color: approx Feijoa. HEX triplet: A4, D6 and 6F. RGB value is (164,214,111). Sum of RGB (Red+Green+Blue) = 164+214+111=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D66F is #5B2990. Grayscale: #BBBBBB. Windows color (decimal): -5974417 or 7329444. OLE color: 7329444.

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

Color convert

RGB164214111-
CMYK0.2300.480.16
HSL89.13º55.68%63.73%-
HSV(B)89.13º48.13%83.92%-
XYZ42.2357.1323.84-
YUV187.3184.94111.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 214 (83.98% from 255) = 43.76%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=33.54%
G=43.76%
B=22.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642141110.2300.480.1689.1355.6863.73
HexA4D66F1703010593840
Octal244326157270602013170100
Binary101001001101011011011111011101100001000010110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D66F; }

 p { color: rgb(164,214,111); }

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

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

 a { background-color: rgb(164,214,111); }

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

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

 span { border-color: rgb(164,214,111); }

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