#A4DC6F

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

Shades of Feijoa #A4DC6F

Tints of Feijoa #A4DC6F

Color information

#A4DC6F (or 0xA4DC6F) is unknown color: approx Feijoa. HEX triplet: A4, DC and 6F. RGB value is (164,220,111). Sum of RGB (Red+Green+Blue) = 164+220+111=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC6F is #5B2390. Grayscale: #BFBFBF. Windows color (decimal): -5972881 or 7330980. OLE color: 7330980.

HSL color Cylindrical-coordinate representation of color #A4DC6F: hue angle of 90.83º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4DC6F is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB164220111-
CMYK0.2500.500.14
HSL90.83º60.89%64.9%-
HSV(B)90.83º49.55%86.27%-
XYZ43.7760.2324.36-
YUV190.8382.95108.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 220 (86.33% from 255) = 44.44%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=33.13%
G=44.44%
B=22.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642201110.2500.500.1490.8360.8964.9
HexA4DC6F19032E5b3d41
Octal244334157310621613375101
Binary10100100110111001101111110010110010111010110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DC6F; }

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

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

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

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

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

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

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

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